Home
last modified time | relevance | path

Searched defs:users (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.cpp52 std::set<std::string> users; in GetLocalUsers() local
81 deviceUser_.Compute(deviceId, [&userStatus](const auto &key, auto &users) { in GetUsers()
109 deviceUser_.Compute(deviceId, [&userStatus](const auto &key, std::map<int, bool> &users) { in UpdateUsers()
121 std::vector<int> users; in InitLocalUserMeta() local
134 …ComputeIfPresent(userMetaData.deviceId, [&userMetaData](const auto &, std::map<int, bool> &users) { in InitLocalUserMeta()
H A Dauth_delegate.cpp65 bool AuthHandlerStub::IsUserActive(const std::vector<UserStatus> &users, int32_t userId) in IsUserActive()
H A Dkvdb_service_impl.cpp824 std::vector<int32_t> users; in OnUserChange() local
962 std::vector<int32_t> users; in DoCloudSync() local
H A Dkvdb_general_store.cpp369 std::vector<int32_t> users; in CloudSync() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Duser_meta_data.h37 std::vector<UserStatus> users; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_default_impl.cpp39 bool AccountDelegateDefaultImpl::QueryUsers(std::vector<int> &users) in QueryUsers()
46 bool AccountDelegateDefaultImpl::QueryForegroundUsers(std::vector<int> &users) in QueryForegroundUsers()
H A Daccount_delegate_normal_impl.cpp69 bool AccountDelegateNormalImpl::QueryUsers(std::vector<int> &users) in QueryUsers()
75 bool AccountDelegateNormalImpl::QueryForegroundUsers(std::vector<int> &users) in QueryForegroundUsers()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/
H A Daccount_delegate_test.cpp217 std::vector<int32_t> users; variable
261 std::vector<int32_t> users; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dsession_manager_test.cpp151 std::vector<std::string> users; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dsession_manager.cpp47 auto users = UserDelegate::GetInstance().GetRemoteUserStatus(targetDeviceId); in GetSession() local
H A Droute_head_handler_impl.cpp198 const uint8_t *data, uint32_t len, uint32_t &headSize, std::vector<std::string> &users) in ParseHeadData()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp352 std::vector<int32_t> users; in DoKvCloudSync() local
388 std::vector<int32_t> users; in NotifyDataChange() local
616 std::vector<int> users; in OnInitialize() local
673 std::vector<int32_t> users; in OnReady() local
691 std::vector<int32_t> users; in Offline() local
843 std::vector<int32_t> users; in GenTask() local
953 std::vector<int32_t> users; in GetSchema() local
H A Dsync_manager.cpp514 const std::vector<int32_t> &users, const Database &schemaDatabase) in GetBindInfos()
565 std::vector<int32_t> users{}; in GetStore() local
819 std::vector<int32_t> users; in InitDefaultUser() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.cpp33 const std::vector<std::string> &devices, const std::vector<std::string> &users) in Init()
H A Dicloud_syncer.h43 std::vector<std::string> users; member
H A Dcloud_syncer_extend.cpp458 std::vector<std::string> users; in GenerateCompensatedSync() local
887 std::set<std::string> users; in SwapTwoTaskAndCopyTable() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp248 const uint8_t *data, uint32_t dataLen, uint32_t &headLen, std::vector<std::string> &users) in CheckAndGetDataHeadInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp288 std::vector<std::string> users; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dresident_process_manager.cpp277 std::set<int32_t> users{0, currentUser}; in UpdateResidentProcessesStatus() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp180 void AutoCache::CloseExcept(const std::set<int32_t> &users) in CloseExcept()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h155 std::vector<std::string> users; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp579 std::vector<std::string> &users) in GetCompensatedSyncQuery()
H A Dsqlite_cloud_kv_executor_utils.cpp1326 std::vector<VBucket> &users) in GetWaitCompensatedSyncDataUserId()
1364 std::vector<VBucket> &users) in GetWaitCompensatedSyncData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp581 …::GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, std::vector<std::string> &users) in GetCompensatedSyncQuery()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp1059 std::vector<int> users; in GetCurrentUser() local

12