Searched refs:Call (Results 1 – 7 of 7) sorted by relevance
| /spdk/go/rpc/mocks/ |
| H A D | IClient.go | 27 func (_m *IClient) Call(method string, params interface{}) (*client.Response, error) { func 54 *mock.Call anonMember 60 func (_e *IClient_Expecter) Call(method interface{}, params interface{}) *IClient_Call_Call { func 61 return &IClient_Call_Call{Call: _e.mock.On("Call", method, params)} 65 _c.Call.Run(func(args mock.Arguments) { 72 _c.Call.Return(_a0, _a1) 77 _c.Call.Return(run)
|
| /spdk/go/rpc/client/ |
| H A D | client.go | 28 Call(method string, params any) (*Response, error) methodSpec 41 func (c *Client) Call(method string, params any) (*Response, error) { func
|
| /spdk/examples/go/hello_gorpc/ |
| H A D | hello_gorpc.go | 34 resp, err := rpcClient.Call(bDevGetBDevs, getBDevParams())
|
| /spdk/go/rpc/ |
| H A D | clientIntegration.go | 58 resp, err := rpcClient.Call(method, params)
|
| H A D | README.md | 56 #### Call subsubsection
|
| /spdk/doc/ |
| H A D | gdb_macros.md | 219 ## Why Do We Need to Explicitly Call spdk_load_macros
|
| /spdk/scripts/vagrant/ |
| H A D | README.md | 124 Call this script from a parent directory. This will allow the creation of multiple VMs in separate
|