Home
last modified time | relevance | path

Searched refs:GetDeviceList (Results 1 - 25 of 40) sorted by relevance

12

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dapp_device_handler.cpp49 std::vector<DeviceInfo> AppDeviceHandler::GetDeviceList() const in GetDeviceList() function in OHOS::ObjectStore::AppDeviceHandler
51 return softbusAdapter_->GetDeviceList(); in GetDeviceList()
H A Dcommunication_provider_impl.cpp56 std::vector<DeviceInfo> CommunicationProviderImpl::GetDeviceList() const in GetDeviceList() function in OHOS::ObjectStore::CommunicationProviderImpl
58 return appDeviceHandler_.GetDeviceList(); in GetDeviceList()
H A Dprocess_communicator_impl.cpp150 std::vector<DeviceInfo> devInfoVec = CommunicationProvider::GetInstance().GetDeviceList(); in GetRemoteOnlineDeviceInfosList()
186 std::vector<DeviceInfo> devices = CommunicationProvider::GetInstance().GetDeviceList(); in OnDeviceChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_connection.cpp41 for (auto bdr : service->GetDeviceList()) { in A2dpConnect()
104 if (service->GetDeviceList().empty()) { in JudgeConnectedNum()
108 for (auto itr : service->GetDeviceList()) { in JudgeConnectedNum()
172 std::map<std::string, A2dpDeviceInfo *> devList = service->GetDeviceList(); in JudgeConnectExit()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dsync_options.h37 const std::list<std::string>& GetDeviceList() const;
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_sync_options.h33 std::vector<std::string> GetDeviceList() const;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_device_handler.h35 std::vector<DeviceInfo> GetDeviceList() const;
H A Dcommunication_provider_impl.h50 std::vector<DeviceInfo> GetDeviceList() const override;
H A Dcommunication_provider.h57 KVSTORE_API virtual std::vector<DeviceInfo> GetDeviceList() const = 0;
H A Dsoftbus_adapter.h47 std::vector<DeviceInfo> GetDeviceList() const;
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_credential_auth_status_req.h28 * @tc.name: IpcNotifyCredentialAuthStatusReq::GetDeviceList
32 std::string GetDeviceList() const in GetDeviceList() function in OHOS::DistributedHardware::IpcNotifyCredentialAuthStatusReq
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device_remote.h35 void GetDeviceList(NSTACKX_DeviceInfo *deviceList, uint32_t *deviceCountPtr, bool doFilter);
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_dm_test.cpp209 DpDeviceManager::GetInstance().GetDeviceList(deviceList); in HWTEST_F()
232 DpDeviceManager::GetInstance().GetDeviceList(deviceList); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dsync_options.cpp33 const std::list<std::string>& SyncOptions::GetDeviceList() const in GetDeviceList() function in OHOS::DeviceProfile::SyncOptions
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Ddistributed_kv_data_manager.h108 API_EXPORT Status GetDeviceList(std::vector<DeviceInfo> &deviceInfoList, DeviceFilterStrategy strategy);
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_sync_options.cpp27 std::vector<std::string> DpSyncOptions::GetDeviceList() const in GetDeviceList() function in OHOS::DistributedDeviceProfile::DpSyncOptions
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsync_options_test.cpp61 * @tc.desc: AddDevice and GetDeviceList succeed.
70 EXPECT_EQ(3, syncPtr->GetDeviceList().size()); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Djs_feature_ability.h40 static napi_value GetDeviceList(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_input_device_context.h33 static napi_value GetDeviceList(napi_env env, napi_callback_info info);
H A Djs_input_device_manager.h42 napi_value GetDeviceList(napi_env env, napi_value handle = nullptr);
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dondemand_helper.h32 void GetDeviceList();
H A Dmanual_ondemand_helper.h39 void GetDeviceList();
/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/
H A Ddp_device_manager.h52 void GetDeviceList(std::list<std::shared_ptr<DeviceInfo>>& deviceList);
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp141 Status DistributedKvDataManager::GetDeviceList(std::vector<DeviceInfo> &deviceInfoList, DeviceFilterStrategy strategy) in GetDeviceList() function in OHOS::DistributedKv::DistributedKvDataManager
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp392 auto devicesList = syncOptions.GetDeviceList(); in SyncDeviceProfile()
480 DpDeviceManager::GetInstance().GetDeviceList(onlineDevices); in CheckSyncOption()
489 auto syncDeviceIds = syncOptions.GetDeviceList(); in CheckSyncOption()

Completed in 7 milliseconds

12