| /foundation/multimedia/audio_framework/services/audio_service/server/src/ |
| H A D | audio_server_dump.cpp | 318 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 D | rs_screen_manager.h | 537 SensorUser user;
member in OHOS::Rosen::impl::RSScreenManager
|
| /foundation/multimedia/camera_framework/services/camera_service/include/ |
| H A D | hcamera_service.h | 282 SensorUser user; member in OHOS::CameraStandard::HCameraService
|
| /foundation/communication/netmanager_base/services/netconnmanager/src/ |
| H A D | net_proxy_userinfo.cpp | 127 std::string user; in GetHttpProxyHostPass() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
| H A D | store_meta_data.h | 59 std::string user = ""; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_storage_executor_extend.cpp | 183 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 D | sqlite_single_ver_continue_token.cpp | 179 void SQLiteSingleVerContinueToken::SetUser(const std::string &user) in SetUser() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
| H A D | nbdelegate_fuzzer.cpp | 210 std::string user = fuzzerData.GetString(len % lenMod); in RandomModeRemoveDeviceData() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_single_version_result_set_test.cpp | 556 const std::string user = ""; in HWTEST_F() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/ |
| H A D | auto_cache.cpp | 249 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 D | kvdb_service_impl_test.cpp | 563 std::string user = "OH_USER_test"; in HWTEST_F() local
|
| H A D | data_share_service_impl_test.cpp | 426 int32_t user = USER_TEST;
in HWTEST_F() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
| H A D | cloud_test.cpp | 361 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 D | sync_manager.cpp | 57 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 D | utd_client.cpp | 382 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 D | custom_utd_store.cpp | 88 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 D | fscrypt_key_v1.cpp | 267 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 D | fscrypt_key_v1_ext.cpp | 74 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 D | key_manager_test.cpp | 258 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 D | key_manager_mock.cpp | 32 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 D | libamqp.c | 67 const char *user, *password = NULL, *vhost; in amqp_proto_open() local
|
| H A D | icecast.c | 35 char *user; member 93 char *headers, *user = NULL; in icecast_open() local
|
| /third_party/curl/lib/ |
| H A D | setopt.c | 113 char *user = NULL; in setstropt_userpwd() local [all...] |
| /third_party/curl/lib/vauth/ |
| H A D | ntlm.c | 494 const char *user; in Curl_auth_create_ntlm_type3_message() local [all...] |
| /third_party/glfw/src/ |
| H A D | init.c | 73 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
|