/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_listener.cpp | 49 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); 67 softbusListener = std::make_shared<SoftbusListener>(); in HWTEST_F() 83 softbusListener = std::make_shared<SoftbusListener>(); in HWTEST_F() 103 softbusListener = std::make_shared<SoftbusListener>(); in HWTEST_F() 118 softbusListener = std::make_shared<SoftbusListener>(); in HWTEST_F() 129 softbusListener = std::make_shared<SoftbusListener>(); in HWTEST_F() 138 softbusListener = std::make_shared<SoftbusListener>(); in HWTEST_F() 169 softbusListener = std::make_shared<SoftbusListener>(); in HWTEST_F() 182 softbusListener = std::make_shared<SoftbusListener>(); in HWTEST_F() [all...] |
/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 75 bool SoftbusListener::isRadarSoLoad_ = false; 76 IDmRadarHelper* SoftbusListener::dmRadarHelper_ = nullptr; 77 void* SoftbusListener::radarHandle_ = nullptr; 78 std::string SoftbusListener::hostName_ = ""; 112 .OnPublishResult = SoftbusListener::OnSoftbusPublishResult, 118 .onNodeOnline = SoftbusListener::OnSoftbusDeviceOnline, 119 .onNodeOffline = SoftbusListener::OnSoftbusDeviceOffline, 120 .onNodeBasicInfoChanged = SoftbusListener::OnSoftbusDeviceInfoChanged, 121 .onLocalNetworkIdChanged = SoftbusListener::OnLocalDevInfoChange, 122 .onNodeDeviceTrustedChange = SoftbusListener 445 SoftbusListener::SoftbusListener() SoftbusListener() function in OHOS::DistributedHardware::SoftbusListener [all...] |
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceonline_fuzzer/ |
H A D | on_softbus_device_online_fuzzer.cpp | 33 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnSoftbusDeviceOnlineFuzzTest()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/stoprefreshsoftbuslnn_fuzzer/ |
H A D | stop_refresh_softbus_lnn_fuzzer.cpp | 34 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in StopRefreshSoftbusLNNFuzzTest()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceoffline_fuzzer/ |
H A D | on_softbus_device_offline_fuzzer.cpp | 33 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnSoftbusDeviceOfflineFuzzTest()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/closedmradarhelperobj_fuzzer/ |
H A D | close_dmradar_helper_obj_fuzzer.cpp | 34 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in CloseDmRadarHelperObjFuzzTest()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbuslistenerdevicefound_fuzzer/ |
H A D | on_softbus_listener_device_found_fuzzer.cpp | 33 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnSoftbuslistenerDeviceFoundFuzzTest()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onparameterchgcallback_fuzzer/ |
H A D | on_parameter_chg_callback_fuzzer.cpp | 37 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnParameterChgCallbackFuzzTest()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceinfochanged_fuzzer/ |
H A D | on_softbus_device_info_changed_fuzzer.cpp | 33 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnSoftbusDeviceInfoChangedFuzzTest()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/publishsoftbuslnn_fuzzer/ |
H A D | publish_softbus_lnn_fuzzer.cpp | 37 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in PublishSoftbusLNNFuzzTest()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbuslistenergetlocaldeviceinfo_fuzzer/ |
H A D | softbus_listener_get_local_deviceinfo_fuzzer.cpp | 43 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in GetLocalDeviceInfoFuzzTest()
|
/foundation/distributedhardware/device_manager/services/service/include/advertise/ |
H A D | advertise_manager.h | 26 AdvertiseManager(std::shared_ptr<SoftbusListener> softbusListener); 38 std::shared_ptr<SoftbusListener> softbusListener_;
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/refreshsoftbuslnn_fuzzer/ |
H A D | refresh_softbus_lnn_fuzzer.cpp | 42 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in RefreshSoftbusLNNFuzzTest()
|
/foundation/ability/dmsfwk/test/fuzztest/dschedtransportsoftbusadapter_fuzzer/ |
H A D | dschedtransportsoftbusadapter_fuzzer.cpp | 118 std::shared_ptr<DSchedContinueManager::SoftbusListener> listener = in FuzzRegisterListener() 119 std::make_shared<DSchedContinueManager::SoftbusListener>(); in FuzzRegisterListener() 130 std::shared_ptr<DSchedContinueManager::SoftbusListener> listener = in FuzzUnregisterListener() 131 std::make_shared<DSchedContinueManager::SoftbusListener>(); in FuzzUnregisterListener()
|
/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 41 class SoftbusListener { class 43 SoftbusListener(); 44 ~SoftbusListener();
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue_manager.h | 86 class SoftbusListener : public IDataListener { class in OHOS::DistributedSchedule::DSchedContinueManager 101 std::shared_ptr<DSchedContinueManager::SoftbusListener> softbusListener_;
|
/foundation/distributedhardware/device_manager/services/service/include/discovery/ |
H A D | discovery_manager.h | 56 DiscoveryManager(std::shared_ptr<SoftbusListener> softbusListener, 99 std::shared_ptr<SoftbusListener> softbusListener_;
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 88 softbusListener_ = std::make_shared<SoftbusListener>(); in InitSoftbusListener() 97 LOGI("SoftbusListener init success."); in InitSoftbusListener() 189 LOGI("SoftbusListener uninit."); in UninitSoftbusListener() 273 SoftbusListener::GetUdidByNetworkId(item.networkId, udid); in GetTrustedDeviceList() 389 return SoftbusListener::GetUdidByNetworkId(netWorkId.c_str(), udid); in GetUdidByNetworkId() 404 return SoftbusListener::GetUuidByNetworkId(netWorkId.c_str(), uuid); in GetUuidByNetworkId() 421 SoftbusListener::SetHostPkgName(pkgName); in StartDeviceDiscovery() 447 SoftbusListener::SetHostPkgName(pkgName); in StartDeviceDiscovery() 530 int32_t ret = SoftbusListener::GetTargetInfoFromCache(queryDeviceId, targetId, addrType); in AuthenticateDevice() 556 if (SoftbusListener in UnAuthenticateDevice() [all...] |
/foundation/distributedhardware/device_manager/services/service/src/advertise/ |
H A D | advertise_manager.cpp | 27 AdvertiseManager::AdvertiseManager(std::shared_ptr<SoftbusListener> softbusListener) : softbusListener_(softbusListener) in AdvertiseManager()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_manager.cpp | 61 softbusListener_ = std::make_shared<DSchedContinueManager::SoftbusListener>(); in Init() 767 void DSchedContinueManager::SoftbusListener::OnBind(int32_t socket, PeerSocketInfo info) in OnBind() 771 void DSchedContinueManager::SoftbusListener::OnShutdown(int32_t socket, bool isSelfCalled) in OnShutdown() 776 void DSchedContinueManager::SoftbusListener::OnDataRecv(int32_t socket, std::shared_ptr<DSchedDataBuffer> dataBuffer) in OnDataRecv()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service.cpp | 345 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 395 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 540 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 874 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 1096 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 1579 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 1678 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 2143 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 2226 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() 2266 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F() [all...] |
H A D | UTTest_device_manager_service_two.cpp | 185 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_discovery_manager.cpp | 49 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>();
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | device_manager_service.h | 243 std::shared_ptr<SoftbusListener> softbusListener_;
|
/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_manager.cpp | 43 DiscoveryManager::DiscoveryManager(std::shared_ptr<SoftbusListener> softbusListener, in DiscoveryManager()
|