Home
last modified time | relevance | path

Searched defs:user (Results 251 - 275 of 625) sorted by relevance

1...<<11121314151617181920>>...25

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp318 const char *user = pa_proplist_gets(i->proplist, "application.process.user"); in PASinkInputInfoCallback() local
396 const char *user = pa_proplist_gets(i->proplist, "application.process.user"); in PASourceOutputInfoCallback() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.h537 SensorUser user; member in OHOS::Rosen::impl::RSScreenManager
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h282 SensorUser user; member in OHOS::CameraStandard::HCameraService
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_proxy_userinfo.cpp127 std::string user; in GetHttpProxyHostPass() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_meta_data.h59 std::string user = ""; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_extend.cpp183 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataWithUserInner(const std::string &user, ClearMod argument
39 CloudExcuteRemoveOrUpdate(const std::string &sql, const std::string &deviceName, const std::string &user, bool isUserBlobType) CloudExcuteRemoveOrUpdate() argument
84 CloudCheckDataExist(const std::string &sql, const std::string &deviceName, const std::string &user, bool &isExist) CloudCheckDataExist() argument
210 RemoveDeviceDataWithUserInner(const std::string &deviceName, const std::string &user, ClearMode mode) RemoveDeviceDataWithUserInner() argument
250 RemoveDeviceData(const std::string &deviceName, const std::string &user, ClearMode mode) RemoveDeviceData() argument
[all...]
H A Dsqlite_single_ver_continue_token.cpp179 void SQLiteSingleVerContinueToken::SetUser(const std::string &user) in SetUser() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
H A Dnbdelegate_fuzzer.cpp210 std::string user = fuzzerData.GetString(len % lenMod); in RandomModeRemoveDeviceData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_single_version_result_set_test.cpp556 const std::string user = ""; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp249 AutoCache::Delegate::Delegate(GeneralStore *delegate, const Watchers &watchers, int32_t user, const StoreMetaData &meta) in Delegate() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp563 std::string user = "OH_USER_test"; in HWTEST_F() local
H A Ddata_share_service_impl_test.cpp426 int32_t user = USER_TEST; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp361 int32_t user = 123; in HWTEST_F() local
431 int user = 1; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp57 SyncManager::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const Stores &stores) in SyncInfo() argument
66 SyncManager::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const MutliStoreTables &tables) in SyncInfo() argument
47 SyncInfo( int32_t user, const std::string &bundleName, const Store &store, const Tables &tables, int32_t triggerMode) SyncInfo() argument
246 StopCloudSync(int32_t user) StopCloudSync() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp382 void UtdClient::InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, int32_t user) in InstallCustomUtds() argument
405 UninstallCustomUtds(const std::string &bundleName, int32_t user) UninstallCustomUtds() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_store.cpp88 int32_t CustomUtdStore::SaveTypeCfgs(const std::vector<TypeDescriptorCfg> &customUtdTypes, int32_t user) in SaveTypeCfgs() argument
173 bool CustomUtdStore::UninstallCustomUtds(const std::string &bundleName, int32_t user, in UninstallCustomUtds() argument
149 InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, int32_t user, std::vector<TypeDescriptorCfg> &customTyepCfgs) InstallCustomUtds() argument
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp267 bool FscryptKeyV1::EncryptClassE(const UserAuth &auth, bool &isSupport, uint32_t user, uint32_t status) in EncryptClassE() argument
228 DecryptClassE(const UserAuth &auth, bool &isSupport, bool &eBufferStatue, uint32_t user, uint32_t status) DecryptClassE() argument
H A Dfscrypt_key_v1_ext.cpp74 uint32_t user = GetMappedUserId(userId_, type_); in ActiveKeyExt() local
93 uint32_t user = GetMappedUserId(userId_, type_); in UnlockUserScreenExt() local
102 GenerateAppkey(uint32_t user, uint32_t hashId, std::unique_ptr<uint8_t[]> &appKey, uint32_t size) GenerateAppkey() argument
214 uint32_t user = type_ == TYPE_EL5 ? userId_ : GetMappedUserId(userId_, type_); InactiveKeyExt() local
230 uint32_t user = GetMappedUserId(userId_, type_); LockUserScreenExt() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp258 unsigned int user = 1; in HWTEST_F() local
275 unsigned int user = 1; in HWTEST_F() local
324 unsigned int user = 1; HWTEST_F() local
369 unsigned int user = 1; HWTEST_F() local
400 unsigned int user = 1; HWTEST_F() local
423 unsigned int user = 1; HWTEST_F() local
463 unsigned int user = 1; HWTEST_F() local
915 unsigned int user = 800; HWTEST_F() local
952 unsigned int user = 800; HWTEST_F() local
982 unsigned int user = 800; HWTEST_F() local
1012 unsigned int user = 800; HWTEST_F() local
1042 unsigned int user = 800; HWTEST_F() local
1072 unsigned int user = 800; HWTEST_F() local
1102 unsigned int user = 800; HWTEST_F() local
1116 unsigned int user = 800; HWTEST_F() local
1135 unsigned int user = 800; HWTEST_F() local
1155 unsigned int user = 800; HWTEST_F() local
1181 unsigned int user = 800; HWTEST_F() local
1214 unsigned int user = 800; HWTEST_F() local
1253 unsigned int user = 800; HWTEST_F() local
1287 unsigned int user = 800; HWTEST_F() local
1319 unsigned int user = 800; HWTEST_F() local
1344 unsigned int user = 800; HWTEST_F() local
1377 unsigned int user = 800; HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp32 int32_t KeyManager::GenerateUserKeys(unsigned int user, uint32_t flags) in GenerateUserKeys() argument
37 int32_t KeyManager::DeleteUserKeys(unsigned int user) in DeleteUserKeys() argument
41 int32_t KeyManager::UpdateUserAuth(unsigned int user, struct UserTokenSecret &userTokenSecret) in UpdateUserAuth() argument
53 int32_t KeyManager::ActiveUserKey(unsigned int user, const std::vector<uint8_t> &token, in ActiveUserKey() argument
59 int32_t KeyManager::InActiveUserKey(unsigned int user) in InActiveUserKey() argument
64 int32_t KeyManager::LockUserScreen(uint32_t user) in LockUserScreen() argument
69 int32_t KeyManager::UnlockUserScreen(uint32_t user, const std::vector<uint8_t> &token, in UnlockUserScreen() argument
75 int32_t KeyManager::GetLockScreenStatus(uint32_t user, bool &lockScreenStatus) in GetLockScreenStatus() argument
106 int32_t KeyManager::SetDirectoryElPolicy(unsigned int user, KeyType type, in SetDirectoryElPolicy() argument
117 int KeyManager::GenerateUserKeyByType(unsigned int user, KeyTyp argument
124 ActiveCeSceSeceUserKey(unsigned int user, KeyType type, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) ActiveCeSceSeceUserKey() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dlibamqp.c67 const char *user, *password = NULL, *vhost; in amqp_proto_open() local
H A Dicecast.c35 char *user; member
93 char *headers, *user = NULL; in icecast_open() local
/third_party/curl/lib/
H A Dsetopt.c113 char *user = NULL; in setstropt_userpwd() local
[all...]
/third_party/curl/lib/vauth/
H A Dntlm.c494 const char *user; in Curl_auth_create_ntlm_type3_message() local
[all...]
/third_party/glfw/src/
H A Dinit.c73 static void* defaultAllocate(size_t size, void* user) in defaultAllocate() argument
80 static void defaultDeallocate(void* block, void* user) in defaultDeallocate() argument
87 static void* defaultReallocate(void* block, size_t size, void* user) in defaultReallocate() argument

Completed in 19 milliseconds

1...<<11121314151617181920>>...25