Home
last modified time | relevance | path

Searched refs:SoftbusListener (Results 1 - 25 of 26) sorted by relevance

12

/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp49 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 Dsoftbus_listener.cpp75 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 Don_softbus_device_online_fuzzer.cpp33 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnSoftbusDeviceOnlineFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/stoprefreshsoftbuslnn_fuzzer/
H A Dstop_refresh_softbus_lnn_fuzzer.cpp34 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in StopRefreshSoftbusLNNFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceoffline_fuzzer/
H A Don_softbus_device_offline_fuzzer.cpp33 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnSoftbusDeviceOfflineFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/closedmradarhelperobj_fuzzer/
H A Dclose_dmradar_helper_obj_fuzzer.cpp34 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in CloseDmRadarHelperObjFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbuslistenerdevicefound_fuzzer/
H A Don_softbus_listener_device_found_fuzzer.cpp33 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnSoftbuslistenerDeviceFoundFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onparameterchgcallback_fuzzer/
H A Don_parameter_chg_callback_fuzzer.cpp37 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnParameterChgCallbackFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceinfochanged_fuzzer/
H A Don_softbus_device_info_changed_fuzzer.cpp33 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in OnSoftbusDeviceInfoChangedFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/publishsoftbuslnn_fuzzer/
H A Dpublish_softbus_lnn_fuzzer.cpp37 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in PublishSoftbusLNNFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbuslistenergetlocaldeviceinfo_fuzzer/
H A Dsoftbus_listener_get_local_deviceinfo_fuzzer.cpp43 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in GetLocalDeviceInfoFuzzTest()
/foundation/distributedhardware/device_manager/services/service/include/advertise/
H A Dadvertise_manager.h26 AdvertiseManager(std::shared_ptr<SoftbusListener> softbusListener);
38 std::shared_ptr<SoftbusListener> softbusListener_;
/foundation/distributedhardware/device_manager/test/softbusfuzztest/refreshsoftbuslnn_fuzzer/
H A Drefresh_softbus_lnn_fuzzer.cpp42 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>(); in RefreshSoftbusLNNFuzzTest()
/foundation/ability/dmsfwk/test/fuzztest/dschedtransportsoftbusadapter_fuzzer/
H A Ddschedtransportsoftbusadapter_fuzzer.cpp118 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 Dsoftbus_listener.h41 class SoftbusListener { class
43 SoftbusListener();
44 ~SoftbusListener();
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_manager.h86 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 Ddiscovery_manager.h56 DiscoveryManager(std::shared_ptr<SoftbusListener> softbusListener,
99 std::shared_ptr<SoftbusListener> softbusListener_;
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp88 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 Dadvertise_manager.cpp27 AdvertiseManager::AdvertiseManager(std::shared_ptr<SoftbusListener> softbusListener) : softbusListener_(softbusListener) in AdvertiseManager()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp61 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 DUTTest_device_manager_service.cpp345 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 DUTTest_device_manager_service_two.cpp185 DeviceManagerService::GetInstance().softbusListener_ = std::make_shared<SoftbusListener>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_discovery_manager.cpp49 std::shared_ptr<SoftbusListener> softbusListener = std::make_shared<SoftbusListener>();
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h243 std::shared_ptr<SoftbusListener> softbusListener_;
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp43 DiscoveryManager::DiscoveryManager(std::shared_ptr<SoftbusListener> softbusListener, in DiscoveryManager()

Completed in 18 milliseconds

12