/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/ |
H A D | publish_refresh_lnn_demo.c | 71 static void OnDiscoverResultTest(int32_t refreshId, RefreshResult reason) in OnDiscoverResultTest() argument 73 printf("[demo]OnDiscoverResultTest refreshId = %d, RefreshResult = %d\n", refreshId, reason); in OnDiscoverResultTest() 75 g_refreshId = refreshId; in OnDiscoverResultTest()
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/refreshlnn_fuzzer/ |
H A D | refreshlnn_fuzzer.cpp | 45 static void TestDiscoverResult(int32_t refreshId, RefreshResult reason) in TestDiscoverResult() argument 47 (void)refreshId; in TestDiscoverResult()
|
/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | if_softbus_server.cpp | 62 int32_t ISoftBusServer::StopRefreshLNN(const char *pkgName, int32_t refreshId) in StopRefreshLNN() argument 65 (void)refreshId; in StopRefreshLNN()
|
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | bus_center_client_stub.c | 205 int32_t refreshId; in ClientOnRefreshLNNResult() local 206 ReadInt32(data, &refreshId); in ClientOnRefreshLNNResult() 209 LnnOnRefreshLNNResult(refreshId, reason); in ClientOnRefreshLNNResult()
|
/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() argument 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);
|
/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() argument 112 return LnnIpcStopRefreshLNN(pkgName, 0, refreshId); in ServerIpcStopRefreshLNN()
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/include/ |
H A D | client_bus_center_manager.h | 50 int32_t StopRefreshLNNInner(const char *pkgName, int32_t refreshId); 69 void LnnOnRefreshLNNResult(int32_t refreshId, int32_t reason);
|
/foundation/communication/dsoftbus/tests/sdk/discovery/unittest/ |
H A D | disc_sdk_only_l2_test.cpp | 93 static void TestOnDiscoverResult(int32_t refreshId, RefreshResult reason) in TestOnDiscoverResult() argument 95 (void)refreshId; in TestOnDiscoverResult()
|
/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 reason);
|
/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 reason) in ClientOnRefreshLNNResult() argument 160 return BusCenterIpcInterfaceInstance()->ClientOnRefreshLNNResult(pkgName, pid, refreshId, reason); in ClientOnRefreshLNNResult()
|
/foundation/communication/dsoftbus/core/bus_center/ipc/mini/ |
H A D | lnn_bus_center_ipc.c | 128 int32_t LnnIpcStopRefreshLNN(const char *pkgName, int32_t callingPid, int32_t refreshId) in LnnIpcStopRefreshLNN() argument 131 return LnnStopDiscDevice(pkgName, refreshId, false); in LnnIpcStopRefreshLNN()
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 413 * @param refreshId Indicates the refresh Id which. 419 void (*OnDiscoverResult)(int32_t refreshId, RefreshResult reason); 850 * @param refreshId Indicates the service ID. 859 int32_t StopRefreshLNN(const char *pkgName, int32_t refreshId);
|
/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 reason);
|
H A D | bus_center_client_proxy_standard.h | 51 void OnRefreshLNNResult(int32_t refreshId, int32_t reason) override;
|
/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/frame/standard/src/ |
H A D | softbus_client_stub.cpp | 627 int32_t refreshId; in OnRefreshLNNResultInner() local 628 if (!data.ReadInt32(refreshId)) { in OnRefreshLNNResultInner() 638 OnRefreshLNNResult(refreshId, reason); in OnRefreshLNNResultInner() 754 void SoftBusClientStub::OnRefreshLNNResult(int32_t refreshId, int32_t reason) in OnRefreshLNNResult() argument 756 LnnOnRefreshLNNResult(refreshId, reason); in OnRefreshLNNResult()
|
H A D | if_softbus_client.cpp | 152 void ISoftBusClient::OnRefreshLNNResult(int32_t refreshId, int32_t reason) in OnRefreshLNNResult() argument
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 73 virtual void OnRefreshLNNResult(int32_t refreshId, int32_t reason);
|
/foundation/communication/dsoftbus/core/bus_center/ipc/include/ |
H A D | lnn_bus_center_ipc.h | 47 int32_t LnnIpcStopRefreshLNN(const char *pkgName, int32_t callingPid, int32_t refreshId);
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 48 void OnRefreshLNNResult(int32_t refreshId, int32_t reason) override;
|
/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() argument 249 int32_t ret = g_serverProxy->StopRefreshLNN(pkgName, refreshId); in ServerIpcStopRefreshLNN()
|
/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() argument 191 clientProxy->OnRefreshLNNResult(refreshId, reason); in ClientOnRefreshLNNResult()
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/ |
H A D | bus_center_server_proxy_standard.h | 62 int32_t StopRefreshLNN(const char *pkgName, int32_t refreshId) override;
|
/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server.h | 65 int32_t StopRefreshLNN(const char *pkgName, int32_t refreshId) override;
|