Home
last modified time | relevance | path

Searched refs:SAME_ACCOUNT (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_agent_test.cpp88 static const string SAME_ACCOUNT = "account"; variable
107 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
128 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
156 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
180 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
208 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
243 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
269 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
293 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
317 …to mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT));
[all …]
H A Dsoftbus_session_dispatcher_test.cpp38 static const string SAME_ACCOUNT = "account"; variable
59 … OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId, SAME_ACCOUNT));
90 … OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId, SAME_ACCOUNT));
119 … OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId, SAME_ACCOUNT));
210 … OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId, SAME_ACCOUNT));
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/multiuser/
H A Dos_account_observer.cpp29 static const std::string SAME_ACCOUNT = "account"; variable
39 AddMPInfo(curUsrId, SAME_ACCOUNT); in OsAccountObserver()
75 AddMPInfo(id, SAME_ACCOUNT); in OnReceiveEvent()
/ohos5.0/foundation/filemanagement/dfs_service/test/moduletest/src/
H A Ddistributedfiledaemon_service_test.cpp45 static const string SAME_ACCOUNT = "account"; variable
101 Utils::DfsuMountArgumentDescriptors::Alpha(100, SAME_ACCOUNT));
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dkernel_talker_test.cpp34 static const string SAME_ACCOUNT = "account"; variable
56 …g_smp = make_shared<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID, SAME_ACCOUNT)); in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp94 … trustDevice.GetBindType() == (uint32_t)OHOS::DistributedDeviceProfile::BindType::SAME_ACCOUNT || in IsTrustDevice()
217 …accessControlProfile.SetBindType((uint32_t)OHOS::DistributedDeviceProfile::BindType::SAME_ACCOUNT); in InsertDpSameAccount()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h79 SAME_ACCOUNT = 1, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp43 if (profile.GetBindType() == (uint32_t)OHOS::DistributedDeviceProfile::BindType::SAME_ACCOUNT) { in OnTrustDeviceProfileAdd()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp42 const int32_t SAME_ACCOUNT = 1; variable
988 if (authType == SAME_ACCOUNT) { in ParseRemoteCredentialExt()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp824 if (bindType == static_cast<int32_t>(BindType::SAME_ACCOUNT) || in GetAclProfileByUserIdAndBundleName()
913 if (bindType == static_cast<int32_t> (BindType::SAME_ACCOUNT) || in GetAclProfileByTokenId()
954 if (bindType == static_cast<int32_t> (BindType::SAME_ACCOUNT) || in GetAclProfileByBundleName()