Home
last modified time | relevance | path

Searched refs:ServerIpcStopRefreshLNN (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp114 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId) in ServerIpcStopRefreshLNN() function
116 return GetBusCenterManagerInterface()->ServerIpcStopRefreshLNN(pkgName, refreshId); in ServerIpcStopRefreshLNN()
H A Dclient_bus_center_manager_mock.h51 virtual int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId);
72 MOCK_METHOD2(ServerIpcStopRefreshLNN, int32_t (const char *, int32_t));
H A Dclient_bus_center_manager_test.cpp427 EXPECT_CALL(busCentManagerMock, ServerIpcStopRefreshLNN(_, _)) in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/
H A Dbus_center_server_proxy.h48 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c110 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId) in ServerIpcStopRefreshLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp243 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId) in ServerIpcStopRefreshLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c615 int32_t ServerIpcStopRefreshLNN(const char *pkgName, int32_t refreshId) in ServerIpcStopRefreshLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1003 int32_t ret = ServerIpcStopRefreshLNN(pkgName, refreshId); in StopRefreshLNNInner()

Completed in 6 milliseconds