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 D | softbus_agent_test.cpp | 88 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 D | softbus_session_dispatcher_test.cpp | 38 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 D | os_account_observer.cpp | 29 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 D | distributedfiledaemon_service_test.cpp | 45 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 D | kernel_talker_test.cpp | 34 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 D | auth_deviceprofile.cpp | 94 … 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 D | distributed_device_profile_enums.h | 79 SAME_ACCOUNT = 1, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/ |
H A D | auth_device_profile_listener.cpp | 43 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 D | hichain_connector.cpp | 42 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 D | trust_profile_manager.cpp | 824 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()
|