Home
last modified time | relevance | path

Searched refs:ServerIpcGetNodeKeyInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp68 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 Dclient_bus_center_manager_mock.h39 virtual int32_t ServerIpcGetNodeKeyInfo(const char *pkgName,
63 …MOCK_METHOD5(ServerIpcGetNodeKeyInfo, int32_t (const char *, const char *, int, unsigned char *, u…
H A Dclient_bus_center_manager_test.cpp229 EXPECT_CALL(busCentManagerMock, ServerIpcGetNodeKeyInfo(_, _, _, _, _))
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/
H A Dbus_center_server_proxy.h35 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 Dbus_center_server_proxy.c47 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 Dbus_center_server_proxy.cpp120 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 Dbus_center_server_proxy.c304 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 Dclient_bus_center_manager.c648 int32_t ret = ServerIpcGetNodeKeyInfo(pkgName, networkId, key, info, infoLen); in GetNodeKeyInfoInner()