/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/leavelnninner_fuzzer/ |
H A D | leavelnninner_fuzzer.cpp | 25 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function 42 LeaveLNNInner(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(data), OnLeaveLNNResult); in DoSomethingInterestingWithMyAPI() local
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/leavelnn_fuzzer/ |
H A D | leavelnn_fuzzer.cpp | 24 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function 49 LeaveLNN(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp), OnLeaveLNNResult); in DoSomethingInterestingWithMyAPI() local
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/joinlnn_fuzzer/ |
H A D | joinlnn_fuzzer.cpp | 46 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function 74 LeaveLNN(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp), OnLeaveLNNResult); in JoinLnnFuzzerTest() local
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 617 typedef void (*OnLeaveLNNResult)(const char *networkId, int32_t retCode); typedef 653 int32_t LeaveLNN(const char *pkgName, const char *networkId, OnLeaveLNNResult cb);
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/include/ |
H A D | client_bus_center_manager.h | 31 int32_t LeaveLNNInner(const char *pkgName, const char *networkId, OnLeaveLNNResult cb);
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 52 virtual int32_t OnLeaveLNNResult(const char *networkId, int retCode);
|
H A D | softbus_client_stub.h | 48 int32_t OnLeaveLNNResult(const char *networkId, int retCode) override;
|
/foundation/communication/dsoftbus/tests/core/transmission/ipc/ |
H A D | trans_client_proxy_standard_test.cpp | 73 ret = clientProxy->OnLeaveLNNResult(networkId, tmp); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 40 int32_t OnLeaveLNNResult(const char *networkId, int retCode) override;
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 41 int32_t OnLeaveLNNResult(const char *networkId, int retCode) override;
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/ |
H A D | client_proxy_test.cpp | 82 * @tc.name: OnLeaveLNNResult 95 int32_t ret = clientProxy->OnLeaveLNNResult(nullptr, TEST_RET_CODE); in HWTEST_F() 97 ret = clientProxy->OnLeaveLNNResult(TEST_NETWORK_ID, TEST_RET_CODE); in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 79 int32_t ISoftBusClient::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 399 int32_t retReply = OnLeaveLNNResult(networkId, retCode); in OnLeaveLNNResultInner() 702 int32_t SoftBusClientStub::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::SoftBusClientStub
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 62 return clientProxy->OnLeaveLNNResult(networkId, retCode); in ClientOnLeaveLNNResult()
|
H A D | bus_center_client_proxy_standard.cpp | 146 int32_t BusCenterClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::BusCenterClientProxy
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 51 OnLeaveLNNResult cb; 166 static LeaveLNNCbListItem *FindLeaveLNNCbItem(const char *networkId, OnLeaveLNNResult cb) in FindLeaveLNNCbItem() 179 static int32_t AddLeaveLNNCbItem(const char *networkId, OnLeaveLNNResult cb) in AddLeaveLNNCbItem() 755 int32_t LeaveLNNInner(const char *pkgName, const char *networkId, OnLeaveLNNResult cb) in LeaveLNNInner()
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy_standard.cpp | 399 int32_t TransClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::TransClientProxy
|
/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 366 int32_t LeaveLNN(const char *pkgName, const char *networkId, OnLeaveLNNResult cb) in LeaveLNN()
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_test.cpp | 135 OnLeaveLNNResult cb = nullptr; in HWTEST_F()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/ |
H A D | softbus_adapter.c | 266 OnLeaveLNNResult g_leaveLNNResult = OnLeaveLNNCallback;
|