Home
last modified time | relevance | path

Searched refs:IsSameAccount (Results 1 - 25 of 36) sorted by relevance

12

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Ddm_adapter_test.cpp122 * @tc.name: IsSameAccount
128 HWTEST_F(DMAdapterTest, IsSameAccount, TestSize.Level0) in HWTEST_F()
131 bool ret = DMAdapter::GetInstance().IsSameAccount(networkId); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dauth_delegate.cpp58 !DmAdapter::GetInstance().IsSameAccount(peerDeviceId)) { in CheckAccess()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_agent.h36 static bool IsSameAccount(const std::string &networkId);
H A Dsoftbus_handler.h54 static bool IsSameAccount(const std::string &networkId);
H A Dsoftbus_handler_asset.h74 static bool IsSameAccount(const std::string &networkId);
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp57 if (DeviceManager::GetInstance().IsSameAccount(deviceInfo.networkId)) {
239 if (DeviceManager::GetInstance().IsSameAccount(item.networkId)) { in GetNetworkIds()
263 bool DMAdapter::IsSameAccount(const std::string &networkId) in IsSameAccount() function in OHOS::MiscServices::DMAdapter
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_test.cpp294 * @tc.desc: Verify the IsSameAccount.
303 bool flag = handler.IsSameAccount(TEST_NETWORKID); in HWTEST_F()
305 flag = handler.IsSameAccount(TEST_NETWORKID_TWO); in HWTEST_F()
307 flag = handler.IsSameAccount(TEST_NETWORKID_THREE); in HWTEST_F()
310 flag = handler.IsSameAccount(TEST_NETWORKID); in HWTEST_F()
H A Dsoftbus_handler_asset_test.cpp199 * @tc.desc: Verify the IsSameAccount function.
208 bool flag = softBusHandlerAsset.IsSameAccount("test"); in HWTEST_F()
215 flag = softBusHandlerAsset.IsSameAccount("test"); in HWTEST_F()
223 flag = softBusHandlerAsset.IsSameAccount("testNetWork"); in HWTEST_F()
231 flag = softBusHandlerAsset.IsSameAccount("testNetWork"); in HWTEST_F()
H A Dsoftbus_agent_test.cpp121 * @tc.desc: Verify the IsSameAccount.
132 bool flag = agent->IsSameAccount(NETWORKID_ONE); in HWTEST_F()
134 flag = agent->IsSameAccount(NETWORKID_TWO); in HWTEST_F()
136 flag = agent->IsSameAccount(NETWORKID_THREE); in HWTEST_F()
139 flag = agent->IsSameAccount(NETWORKID_ONE); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddm_adapter.h49 bool IsSameAccount(const std::string &networkId);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp149 if (!IsSameAccount(dstNetworkId)) { in AssetBind()
189 if (!IsSameAccount(assetObj->dstNetworkId_)) { in AssetSendFile()
224 if (!IsSameAccount(srcNetWorkId)) { in OnAssetRecvBind()
327 bool SoftBusHandlerAsset::IsSameAccount(const std::string &networkId) in IsSameAccount() function in OHOS::Storage::DistributedFile::SoftBusHandlerAsset
H A Dsoftbus_agent.cpp59 bool SoftbusAgent::IsSameAccount(const std::string &networkId) in IsSameAccount() function in OHOS::Storage::DistributedFile::SoftbusAgent
H A Dsoftbus_handler.cpp60 bool SoftBusHandler::IsSameAccount(const std::string &networkId) in IsSameAccount() function in OHOS::Storage::DistributedFile::SoftBusHandler
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp181 static bool IsSameAccount(int64_t accountId) in IsSameAccount() function
269 if (IsSameAccount(accountId)) { in UpdateDpSameAccount()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h80 bool IsSameAccount(const std::string &id);
/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl_lite.h121 int32_t IsSameAccount(const std::string &udid);
H A Ddevice_manager_service_impl.h122 int32_t IsSameAccount(const std::string &udid);
/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h257 virtual int32_t IsSameAccount(const std::string &udid) = 0;
H A Ddevice_manager_service.h189 int32_t IsSameAccount(const std::string &networkId);
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp250 DeviceManager::GetInstance().IsSameAccount(str); in AuthenticateDeviceSecondFuzzTest()
329 DeviceManagerImpl::GetInstance().IsSameAccount(emptyStr); in AuthenticateDeviceFourthFuzzTest()
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h122 int32_t IsSameAccount(const std::string &udid);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp751 bool DeviceManagerAdapter::IsSameAccount(const std::string &id)
758 return DeviceManager::GetInstance().IsSameAccount(networkId);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp406 DistributedHardware::DeviceManager::GetInstance().IsSameAccount(deviceId)) { in OnDeviceInfoChanged()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h604 virtual bool IsSameAccount(const std::string &netWorkId) = 0;
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp414 int32_t DeviceManagerServiceImpl::IsSameAccount(const std::string &udid) in IsSameAccount() function in OHOS::DistributedHardware::DeviceManagerServiceImpl

Completed in 14 milliseconds

12