Searched refs:ServerIpcStopRefreshLNN (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_mock.cpp | 114 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId) in ServerIpcStopRefreshLNN() function 116 return GetBusCenterManagerInterface()->ServerIpcStopRefreshLNN(pkgName, refreshId); in ServerIpcStopRefreshLNN()
|
H A D | client_bus_center_manager_mock.h | 51 virtual int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId); 72 MOCK_METHOD2(ServerIpcStopRefreshLNN, int32_t (const char *, int32_t));
|
H A D | client_bus_center_manager_test.cpp | 427 EXPECT_CALL(busCentManagerMock, ServerIpcStopRefreshLNN(_, _)) in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/ |
H A D | bus_center_server_proxy.h | 48 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId);
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/ |
H A D | bus_center_server_proxy.c | 110 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId) in ServerIpcStopRefreshLNN() function
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy.cpp | 243 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId) in ServerIpcStopRefreshLNN() function
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/ |
H A D | bus_center_server_proxy.c | 615 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId) in ServerIpcStopRefreshLNN() function
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 1003 int32_t ret = ServerIpcStopRefreshLNN(pkgName, refreshId); in StopRefreshLNNInner()
|
Completed in 6 milliseconds