Home
last modified time | relevance | path

Searched refs:GetTrustedDeviceList (Results 1 - 25 of 66) sorted by relevance

123

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_asset_test.cpp172 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)).WillOnce(Return(0)); in HWTEST_F()
178 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
183 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
189 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
207 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)).WillOnce(Return(0)); in HWTEST_F()
213 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
221 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
229 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
246 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)).WillOnce(Return(0)); in HWTEST_F()
259 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList( in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Ddevice_manager_mock.h39 virtual int32_t GetTrustedDeviceList(const std::string &pkgName, const std::string &extra,
42 virtual int32_t GetTrustedDeviceList(const std::string &pkgName, const std::string &extra,
H A Ddevice_manager_mock.cpp38 int32_t DeviceManager::GetTrustedDeviceList(const std::string &pkgName, const std::string &extra, in GetTrustedDeviceList() function in OHOS::DistributedHardware::DeviceManager
50 int32_t DeviceManager::GetTrustedDeviceList(const std::string &pkgName, const std::string &extra, in GetTrustedDeviceList() function in OHOS::DistributedHardware::DeviceManager
/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.h34 virtual int32_t GetTrustedDeviceList(const std::string &pkgName,
51 MOCK_METHOD3(GetTrustedDeviceList, int32_t(const std::string &pkgName,
H A Ddevice_manager_impl_mock.cpp47 int32_t DeviceManagerImpl::GetTrustedDeviceList(const std::string &pkgName, in GetTrustedDeviceList() function in OHOS::DistributedHardware::DeviceManagerImpl
51 return DfsDeviceManagerImpl::dfsDeviceManagerImpl->GetTrustedDeviceList(pkgName, extra, deviceList); in GetTrustedDeviceList()
54 int32_t DeviceManagerImpl::GetTrustedDeviceList(const std::string &pkgName, in GetTrustedDeviceList() function in OHOS::DistributedHardware::DeviceManagerImpl
321 GTEST_LOG_(INFO) << "GetTrustedDeviceList start"; in GetNetworkTypeByNetworkId()
/foundation/multimodalinput/input/intention/adapters/ddm_adapter/src/
H A Dddm_adapter_impl.cpp114 int32_t DDMAdapterImpl::GetTrustedDeviceList(std::vector<DistributedHardware::DmDeviceInfo> &deviceList) in GetTrustedDeviceList() function in OHOS::Msdp::DeviceStatus::DDMAdapterImpl
118 if (int32_t ret = D_DEV_MGR.GetTrustedDeviceList(FI_PKG_NAME, "", deviceList); ret != RET_OK) { in GetTrustedDeviceList()
119 FI_HILOGE("GetTrustedDeviceList failed, ret %{public}d.", ret); in GetTrustedDeviceList()
129 if (GetTrustedDeviceList(deviceList) != RET_OK) { in CheckSameAccountToLocal()
130 FI_HILOGE("GetTrustedDeviceList failed"); in CheckSameAccountToLocal()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp79 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)).WillRepeatedly(Return(0)); in SetUpTestCase()
262 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
269 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
274 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
307 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
315 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
366 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
374 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
379 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
409 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList( in HWTEST_F()
[all...]
H A Ddevice_manager_agent_sup_test.cpp70 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)).WillRepeatedly(Return(0)); in SetUpTestCase()
341 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)).WillOnce(Return(0)); in HWTEST_F()
347 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
372 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
380 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
387 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
412 EXPECT_CALL(*deviceManagerImplMock_, GetTrustedDeviceList(_, _, _)) in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_manager_factory.cpp57 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in InitLocalDevInfo()
70 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in InitLocalDevInfo()
128 DeviceManager::GetInstance().GetTrustedDeviceList(DH_FWK_PKG_NAME, "", deviceList); in CheckExitSAOrNot()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/gettrusteddevicelistservice_fuzzer/
H A Dget_trusted_devicelist_service_fuzzer.cpp33 DeviceManagerService::GetInstance().GetTrustedDeviceList(pkgName, extra, deviceList); in GetTrustedDeviceListFuzzTest()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicelist_fuzzer/
H A Ddevice_list_fuzzer.cpp39 DeviceManager::GetInstance().GetTrustedDeviceList(bundleName, extra, devList); in DeviceListFuzzTest()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicelistrefresh_fuzzer/
H A Ddevice_list_refresh_fuzzer.cpp41 DeviceManager::GetInstance().GetTrustedDeviceList(bundleName, extra, isRefresh, devList); in DeviceListRefreshFuzzTest()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_dm_test.cpp114 DpDeviceManager::GetInstance().GetTrustedDeviceList(); in HWTEST_F()
129 DpDeviceManager::GetInstance().GetTrustedDeviceList(); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/interaction/device_kit/
H A Ddm_kit.cpp66 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", trustedDeviceInfos_); in GetTrustedDevicesInfo()
/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/
H A Ddp_device_manager.cpp113 void DpDeviceManager::GetTrustedDeviceList() in GetTrustedDeviceList() function in OHOS::DeviceProfile::DpDeviceManager
116 int32_t ret = DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", deviceList); in GetTrustedDeviceList()
118 HILOGE("GetTrustedDeviceList Failed!"); in GetTrustedDeviceList()
267 DpDeviceManager::GetInstance().GetTrustedDeviceList(); in ConnectDeviceManager()
301 if (DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", deviceList) != ERR_OK) { in RecoverDevicesIfNeeded()
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp239 DeviceManager::GetInstance().GetTrustedDeviceList(str, str, g_deviceList); in AuthenticateDeviceSecondFuzzTest()
240 DeviceManager::GetInstance().GetTrustedDeviceList(str, str, g_isRefresh, g_deviceList); in AuthenticateDeviceSecondFuzzTest()
301 DeviceManagerImpl::GetInstance().GetTrustedDeviceList(str, emptyStr, g_deviceList); in AuthenticateDeviceFourthFuzzTest()
302 DeviceManagerImpl::GetInstance().GetTrustedDeviceList(str, emptyStr, false, g_deviceList); in AuthenticateDeviceFourthFuzzTest()
321 DeviceManagerImpl::GetInstance().GetTrustedDeviceList(str, discoverParam, false, g_deviceList); in AuthenticateDeviceFourthFuzzTest()
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test.cpp133 DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", deviceInfos_); in SetUpTestCase()
167 DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", deviceInfos_); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h56 virtual int32_t GetTrustedDeviceList(const std::string &pkgName, const std::string &extra,
66 virtual int32_t GetTrustedDeviceList(const std::string &pkgName, const std::string &extra,
510 virtual int32_t GetTrustedDeviceList(const std::string &pkgName,
H A Ddevice_manager_impl.h48 * @tc.name: DeviceManagerImpl::GetTrustedDeviceList
52 virtual int32_t GetTrustedDeviceList(const std::string &pkgName, const std::string &extra,
55 * @tc.name: DeviceManagerImpl::GetTrustedDeviceList
59 virtual int32_t GetTrustedDeviceList(const std::string &pkgName, const std::string &extra,
368 virtual int32_t GetTrustedDeviceList(const std::string &pkgName,
/foundation/multimodalinput/input/intention/adapters/ddm_adapter/include/
H A Dddm_adapter_impl.h44 int32_t GetTrustedDeviceList(std::vector<DistributedHardware::DmDeviceInfo> &deviceList);
/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/
H A Ddp_device_manager.h54 void GetTrustedDeviceList();
/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h78 int32_t GetTrustedDeviceList(std::vector<DmDeviceInfo> &deviceInfoList);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp647 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(IDaemon::SERVICE_NAME, "", deviceList); in GetDeviceIdByNetworkId()
795 int errCode = deviceManager.GetTrustedDeviceList(pkgName, extra, deviceInfoList); in InitDeviceInfos()
814 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(IDaemon::SERVICE_NAME, "", deviceList); in IsSupportedDevice()
880 int errCode = deviceManager.GetTrustedDeviceList(pkgName, extra, deviceList); in GetRemoteDevicesInfo()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl.cpp130 * 3. call DeviceManagerImpl::GetTrustedDeviceList with parameter
146 // 2. call DeviceManagerImpl::GetTrustedDeviceList with parameter in HWTEST_F()
147 ret = DeviceManager::GetInstance().GetTrustedDeviceList(packName, extra, deviceList); in HWTEST_F()
772 * 2. call DeviceManagerImpl::GetTrustedDeviceList with parameter
787 // 2. call DeviceManagerImpl::GetTrustedDeviceList with parameter in HWTEST_F()
1316 * 2. call DeviceManagerImpl::GetTrustedDeviceList with parameter
1330 // 2. call DeviceManagerImpl::GetTrustedDeviceList with parameter in HWTEST_F()
1331 int32_t ret = DeviceManager::GetInstance().GetTrustedDeviceList(packName, extra, deviceList); in HWTEST_F()
1342 * 3. call DeviceManagerImpl::GetTrustedDeviceList with parameter
1362 // 2. call DeviceManagerImpl::GetTrustedDeviceList wit in HWTEST_F()
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_networking_collect.cpp93 int32_t ret = DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", devList); in ReportMissedEvents()
95 HILOGE("DeviceNetworkingCollect GetTrustedDeviceList error"); in ReportMissedEvents()

Completed in 16 milliseconds

123