Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Duser_delegate.cpp50 std::set<std::string> users; in GetLocalUsers() local
79 deviceUser_.Compute(deviceId, [&userStatus](const auto &key, auto &users) { in GetUsers()
105 deviceUser_.Compute(deviceId, [&userStatus](const auto &key, std::map<int, bool> &users) { in UpdateUsers()
117 std::vector<int> users; in InitLocalUserMeta() local
130 …ComputeIfPresent(userMetaData.deviceId, [&userMetaData](const auto &, std::map<int, bool> &users) { in InitLocalUserMeta()
Dauth_delegate.cpp162 bool AuthHandlerStub::IsUserActive(const std::vector<UserStatus> &users, int32_t userId) in IsUserActive()
Dstore_cache.cpp86 void StoreCache::CloseExcept(const std::set<int32_t> &users) in CloseExcept()
Dkvdb_service_impl.cpp479 std::vector<int32_t> users; in OnUserChange() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
Duser_meta_data.h37 std::vector<UserStatus> users; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
Daccount_delegate_default_impl.cpp45 bool AccountDelegateDefaultImpl::QueryUsers(std::vector<int> &users) in QueryUsers()
Daccount_delegate_normal_impl.cpp74 bool AccountDelegateNormalImpl::QueryUsers(std::vector<int> &users) in QueryUsers()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
Dsession_manager.cpp47 auto users = UserDelegate::GetInstance().GetRemoteUserStatus(targetDeviceId); in GetSession() local
Droute_head_handler_impl.cpp184 const uint8_t *data, uint32_t len, uint32_t &headSize, std::vector<std::string> &users) in ParseHeadData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
Dsession_manager_test.cpp146 std::vector<std::string> users; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
Dcloud_service_impl.cpp245 std::vector<int32_t> users; in Online() local
262 std::vector<int32_t> users; in Offline() local
389 std::vector<int32_t> users; in GenTask() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/
Daccount_delegate_test.cpp191 std::vector<int32_t> users; variable
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/__test__/
Dindex.test.js283 users: ['Jack', 'Mike'] property
301 users: [] property
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
Dauto_cache.cpp102 void AutoCache::CloseExcept(const std::set<int32_t> &users) in CloseExcept()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Dprocess_communicator_impl.cpp228 const uint8_t *data, uint32_t dataLen, uint32_t &headLen, std::vector<std::string> &users) in CheckAndGetDataHeadInfo()