Home
last modified time | relevance | path

Searched refs:ClientOnRefreshLNNResult (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dbus_center_ipc_mock.h61 …virtual int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, int3…
94 MOCK_METHOD4(ClientOnRefreshLNNResult, int32_t(const char *, int32_t, int32_t, int32_t));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dbus_center_ipc_mock.cpp158 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, int32_t reaso… in ClientOnRefreshLNNResult() function
160 … return BusCenterIpcInterfaceInstance()->ClientOnRefreshLNNResult(pkgName, pid, refreshId, reason); in ClientOnRefreshLNNResult()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/include/
H A Dbus_center_client_stub.h35 void ClientOnRefreshLNNResult(IpcIo *data, IpcIo *reply);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/include/
H A Dbus_center_client_proxy.h37 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, int32_t reaso…
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dclient_proxy_test.cpp184 int32_t ret = ClientOnRefreshLNNResult(TEST_PKGNAME, 0, PUBLISHID, REASON);
204 int32_t ret = ClientOnRefreshLNNResult(TEST_PKGNAME, 0, REFRESHID, REASON);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy.h49 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, int32_t reaso…
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c52 { CLIENT_ON_REFRESH_LNN_RESULT, ClientOnRefreshLNNResult },
H A Dbus_center_client_stub.c199 void ClientOnRefreshLNNResult(IpcIo *data, IpcIo *reply) in ClientOnRefreshLNNResult() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp179 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, in ClientOnRefreshLNNResult() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dbus_center_client_proxy.c286 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, in ClientOnRefreshLNNResult() function