Home
last modified time | relevance | path

Searched refs:ipcClientManager (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_client_proxy.cpp50 * 2. set IpcClientProxy ipcClientManager nullptr
60 // 2. set IpcClientProxy ipcClientManager nullptr in HWTEST_F()
61 std::shared_ptr<IpcClient> ipcClientManager = nullptr; in HWTEST_F() local
62 std::shared_ptr<IpcClientProxy> ipcClientProxy = std::make_shared<IpcClientProxy>(ipcClientManager); in HWTEST_F()
84 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; in HWTEST_F() local
87 std::shared_ptr<IpcClientProxy> ipcClientProxy = std::make_shared<IpcClientProxy>(ipcClientManager); in HWTEST_F()
108 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; in HWTEST_F() local
111 std::shared_ptr<IpcClientProxy> ipcClientProxy = std::make_shared<IpcClientProxy>(ipcClientManager); in HWTEST_F()
132 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; in HWTEST_F() local
135 std::shared_ptr<IpcClientProxy> ipcClientProxy = std::make_shared<IpcClientProxy>(ipcClientManager); in HWTEST_F()
156 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
179 std::shared_ptr<IpcClient> ipcClientManager = nullptr; HWTEST_F() local
202 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
226 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
250 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
274 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
300 std::shared_ptr<IpcClient> ipcClientManager = std::make_shared<IpcClientManager>(); HWTEST_F() local
325 std::shared_ptr<IpcClient> ipcClientManager = std::make_shared<IpcClientManager>(); HWTEST_F() local
350 std::shared_ptr<IpcClient> ipcClientManager = nullptr; HWTEST_F() local
376 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
404 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
435 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
461 std::shared_ptr<IpcClient> ipcClientManager = mockInstance; HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/
H A Dipc_client_proxy.h32 explicit IpcClientProxy(std::shared_ptr<IpcClient> ipcClientManager) : ipcClientManager_(ipcClientManager) {}; in IpcClientProxy() argument

Completed in 1 milliseconds