Searched refs:ServerIpcGetNodeKeyInfo (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_mock.cpp | 68 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int key, unsigned char … in ServerIpcGetNodeKeyInfo() function 70 … return GetBusCenterManagerInterface()->ServerIpcGetNodeKeyInfo(pkgName, networkId, key, buf, len); in ServerIpcGetNodeKeyInfo()
|
H A D | client_bus_center_manager_mock.h | 39 virtual int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, 63 …MOCK_METHOD5(ServerIpcGetNodeKeyInfo, int32_t (const char *, const char *, int, unsigned char *, u…
|
H A D | client_bus_center_manager_test.cpp | 229 EXPECT_CALL(busCentManagerMock, ServerIpcGetNodeKeyInfo(_, _, _, _, _))
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/ |
H A D | bus_center_server_proxy.h | 35 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, unsigned c…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/ |
H A D | bus_center_server_proxy.c | 47 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int key, unsigned char … in ServerIpcGetNodeKeyInfo() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy.cpp | 120 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int key, unsigned char … in ServerIpcGetNodeKeyInfo() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/ |
H A D | bus_center_server_proxy.c | 304 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, unsigned c… in ServerIpcGetNodeKeyInfo() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 648 int32_t ret = ServerIpcGetNodeKeyInfo(pkgName, networkId, key, info, infoLen); in GetNodeKeyInfoInner()
|