Home
last modified time | relevance | path

Searched refs:IDENTICAL_ACCOUNT (Results 1 - 25 of 30) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.h49 static constexpr int32_t IDENTICAL_ACCOUNT = 1; member in OHOS::DistributedData::UpgradeManager
H A Dupgrade_manager.cpp120 GetIdentifierParams(sameAccountDevs, uuids, IDENTICAL_ACCOUNT); in SetCompatibleIdentifyByType()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dauth_delegate.cpp57 if (authType == static_cast<int32_t>(DistributedKv::AuthType::IDENTICAL_ACCOUNT) && in CheckAccess()
H A Dkvdb_general_store.h135 static constexpr int32_t IDENTICAL_ACCOUNT = 1; member in OHOS::DistributedKv::KVDBGeneralStore
H A Dkvdb_general_store.cpp437 GetIdentifierParams(sameAccountDevs, uuids, IDENTICAL_ACCOUNT); in SetEqualIdentifier()
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp38 if (online_ == nullptr || deviceInfo.authForm != IDENTICAL_ACCOUNT) {
65 if (onReady_ == nullptr || deviceInfo.authForm != IDENTICAL_ACCOUNT) {
269 return device.authForm == IDENTICAL_ACCOUNT; in IsSameAccount()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_asset_test.cpp176 deviceInfo.authForm = DmAuthForm::IDENTICAL_ACCOUNT; in HWTEST_F()
227 deviceInfo.authForm = DmAuthForm::IDENTICAL_ACCOUNT; in HWTEST_F()
257 deviceInfo.authForm = DmAuthForm::IDENTICAL_ACCOUNT; in HWTEST_F()
362 deviceInfo.authForm = DmAuthForm::IDENTICAL_ACCOUNT; in HWTEST_F()
H A Dsoftbus_handler_test.cpp58 testInfo.authForm = DmAuthForm::IDENTICAL_ACCOUNT; in GetTrustedDeviceList()
H A Dsoftbus_agent_test.cpp53 testInfo.authForm = DmAuthForm::IDENTICAL_ACCOUNT; in GetTrustedDeviceList()
/foundation/multimodalinput/input/intention/adapters/ddm_adapter/src/
H A Dddm_adapter_impl.cpp139 return (deviceInfo.authForm == DistributedHardware::DmAuthForm::IDENTICAL_ACCOUNT); in CheckSameAccountToLocal()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_device_info.h144 IDENTICAL_ACCOUNT = 1, enumerator
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp76 if (bindType == DmAuthForm::IDENTICAL_ACCOUNT) { in GetAppTrustDeviceList()
77 deviceIdMap[trustDeviceId] = DmAuthForm::IDENTICAL_ACCOUNT; in GetAppTrustDeviceList()
110 if (std::count(bindTypes.begin(), bindTypes.end(), DmAuthForm::IDENTICAL_ACCOUNT) > 0) { in GetDeviceAclParam()
112 authForm = DmAuthForm::IDENTICAL_ACCOUNT; in GetDeviceAclParam()
154 return DmAuthForm::IDENTICAL_ACCOUNT; in HandleDmAuthForm()
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp257 devInfo.authForm = DmAuthForm::IDENTICAL_ACCOUNT; in HandleOnline()
259 devInfo.authForm = DmAuthForm::IDENTICAL_ACCOUNT; in HandleOnline()
622 aclInfo.bindType = IDENTICAL_ACCOUNT; in PutIdenticalAccountToAcl()
644 deviceStateMgr_->OnDeviceOnline(udid, DmAuthForm::IDENTICAL_ACCOUNT); in DpAclAdd()
776 authForm = IDENTICAL_ACCOUNT; in ConvertBindTypeToAuthForm()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/
H A Ddnetwork_adapter.cpp130 if (authform != DmAuthForm::IDENTICAL_ACCOUNT) { in OnDeviceTrustChange()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/accessmanager/
H A Daccess_manager.cpp198 if (authform != DmAuthForm::IDENTICAL_ACCOUNT) { in OnDeviceTrustChange()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h427 IDENTICAL_ACCOUNT
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp148 if (authForm == DmAuthForm::IDENTICAL_ACCOUNT) { in OnResourceInfoCallback()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp69 return (deviceInfo.authForm == DistributedHardware::DmAuthForm::IDENTICAL_ACCOUNT); in IsSameAccount()
H A Dsoftbus_handler.cpp70 return (deviceInfo.authForm == DistributedHardware::DmAuthForm::IDENTICAL_ACCOUNT); in IsSameAccount()
H A Dsoftbus_handler_asset.cpp337 return (deviceInfo.authForm == DistributedHardware::DmAuthForm::IDENTICAL_ACCOUNT); in IsSameAccount()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp660 int32_t authType = static_cast<int32_t>(DistributedKv::AuthType::IDENTICAL_ACCOUNT); in HWTEST_F()
668 authType = static_cast<int32_t>(DistributedKv::AuthType::IDENTICAL_ACCOUNT); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp928 if (authform != DistributedHardware::DmAuthForm::IDENTICAL_ACCOUNT) { in OnDeviceTrustChange()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp161 authForm == static_cast<int32_t>(DistributedHardware::DmAuthForm::IDENTICAL_ACCOUNT)) { in IsP2p()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp305 return DmAuthForm::IDENTICAL_ACCOUNT; in GetGroupType()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp76 EXPECT_EQ(ret, IDENTICAL_ACCOUNT); in HWTEST_F()

Completed in 28 milliseconds

12