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 D | bus_center_ipc_mock.h | 61 …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 D | bus_center_ipc_mock.cpp | 158 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 D | bus_center_client_stub.h | 35 void ClientOnRefreshLNNResult(IpcIo *data, IpcIo *reply);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/include/ |
H A D | bus_center_client_proxy.h | 37 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 D | client_proxy_test.cpp | 184 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 D | bus_center_client_proxy.h | 49 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 D | softbus_client_stub.c | 52 { CLIENT_ON_REFRESH_LNN_RESULT, ClientOnRefreshLNNResult },
|
H A D | bus_center_client_stub.c | 199 void ClientOnRefreshLNNResult(IpcIo *data, IpcIo *reply) in ClientOnRefreshLNNResult() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 179 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 D | bus_center_client_proxy.c | 286 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, in ClientOnRefreshLNNResult() function
|