Home
last modified time | relevance | path

Searched defs:user (Results 1 - 25 of 84) sorted by relevance

1234

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dstatic_acts.cpp21 int32_t StaticActs::OnAppUninstall(const std::string &bundleName, int32_t user, int32_t index) in OnAppUninstall() argument
26 int32_t StaticActs::OnAppUpdate(const std::string &bundleName, int32_t user, int32_t index) in OnAppUpdate() argument
31 int32_t StaticActs::OnAppInstall(const std::string &bundleName, int32_t user, int32_t index) in OnAppInstall() argument
36 int32_t StaticActs::OnClearAppStorage(const std::string &bundleName, int32_t user, int32_t index, int32_t tokenId) in OnClearAppStorage() argument
H A Dfeature_system.cpp79 int32_t FeatureSystem::Feature::OnAppUninstall(const std::string &bundleName, int32_t user, int32_t index) in OnAppUninstall() argument
84 int32_t FeatureSystem::Feature::OnAppUpdate(const std::string &bundleName, int32_t user, int32_t index) in OnAppUpdate() argument
89 int32_t FeatureSystem::Feature::OnAppInstall(const std::string &bundleName, int32_t user, int32_t index) in OnAppInstall() argument
99 int32_t FeatureSystem::Feature::OnUserChange(uint32_t code, const std::string &user, const std::string &account) in OnUserChange() argument
129 int32_t FeatureSystem::Feature::OnScreenUnlocked(int32_t user) in OnScreenUnlocked() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dstore_info.h27 int32_t user = 0; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dbind_event.h36 int32_t user; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H A Dnetwork_sync_strategy.h32 int32_t user = INVALID_USER; member
H A Dnetwork_sync_strategy.cpp93 GetKey(int32_t user) GetKey() argument
98 GetKey(int32_t user, const std::string &bundleName) GetKey() argument
121 GetStrategy(int32_t user, const std::string &bundleName) GetStrategy() argument
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Ddefault_clip.cpp27 std::vector<DefaultClip::GlobalEvent> DefaultClip::GetTopEvents(uint32_t topN, int32_t user) in GetTopEvents() argument
32 void DefaultClip::Clear(int32_t user) {} in Clear() argument
H A Dclip_plugin.cpp66 std::vector<ClipPlugin::GlobalEvent> ClipPlugin::GetTopEvents(uint32_t topN, int32_t user) in GetTopEvents() argument
80 void ClipPlugin::Clear(int32_t user) in Clear() argument
/foundation/ability/form_fwk/test/unittest/fms_form_db_info_test/
H A Dfms_form_db_info_test.cpp94 int32_t user = 10; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_upload_recorder.cpp60 void CloudUploadRecorder::SetUser(const std::string &user) in SetUser() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_common_strategy.cpp57 GetInfoFromProxyURI( const std::string &uri, int32_t &user, uint32_t &callerTokenId, std::string &calledBundleName) GetInfoFromProxyURI() argument
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h34 uint16_t user = 0; member
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_other_test.cpp148 uint32_t user = 800; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_server.cpp58 ConnectAssetLoader( const std::string &bundleName, int user, const CloudServer::Database &dbMeta) ConnectAssetLoader() argument
69 ConnectCloudDB( const std::string &bundleName, int user, const CloudServer::Database &dbMeta) ConnectCloudDB() argument
H A Dcloud_info.cpp91 std::string CloudInfo::GetSchemaKey(int32_t user, const std::string &bundleName, int32_t instanceId) in GetSchemaKey() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_info.h35 int32_t user = 0; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/
H A Daccount_delegate_test.cpp202 auto user = AccountDelegate::GetInstance()->GetUserByToken(INVALID_TOKEN_ID); in HWTEST_F() local
230 auto user = AccountDelegate::GetInstance()->IsVerified(userId); HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfscrypt_key_v2_mock.cpp85 bool FscryptKeyV2::DeleteClassEPinCode(uint32_t user) in DeleteClassEPinCode() argument
110 bool FscryptKeyV2::EncryptClassE(const UserAuth &auth, bool &isSupport, uint32_t user, uint32_t status) in EncryptClassE() argument
101 DecryptClassE(const UserAuth &auth, bool &isSupport, bool &eBufferStatue, uint32_t user, uint32_t status) DecryptClassE() argument
/foundation/multimodalinput/input/test/unittest/common/src/
H A Dsystem_info.cpp97 int32_t CpuInfo::GetTaskPidCmd(const std::string &process_name, int32_t flag, std::string user) in GetTaskPidCmd() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dstore_test.cpp116 int32_t user = 0; in HWTEST_F() local
139 int32_t user = 0; in HWTEST_F() local
162 int32_t user = 0; in HWTEST_F() local
H A Dfeature_test.cpp180 int32_t user = 0; in HWTEST_F() local
225 std::string user = "example_user"; in HWTEST_F() local
271 int32_t user = 0; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_service_impl_test.cpp235 int user = -1; in HWTEST_F() local
250 int user = -1; in HWTEST_F() local
265 int user = -1; in HWTEST_F() local
279 int user = 100; HWTEST_F() local
292 int32_t user = 100; HWTEST_F() local
[all...]
H A Dcloud_test.cpp186 auto user = defaultUser; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.cpp186 void ProcessNotifier::SetUser(const std::string &user) in SetUser() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h105 int32_t user; member
[all...]

Completed in 10 milliseconds

1234