Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 32) sorted by relevance

12

/base/notification/distributed_notification_service/services/ans/src/clone/
Dnotification_clone_disturb_service.cpp77 for (const auto &profile : jsonObject) { in OnRestore() local
92 for (auto profile = profiles_.begin(); profile != profiles_.end();) { in OnRestore() local
112 for (auto profile = profiles_.begin(); profile != profiles_.end(); profile++) { in OnRestore() local
154 for (auto profile = profiles_.begin(); profile != profiles_.end(); profile++) { in OnUserSwitch() local
180 for (auto profile = profiles_.begin(); profile != profiles_.end();) { in OnRestoreStart() local
199 for (auto profile = profiles_.begin(); profile != profiles_.end(); profile++) { in OnRestoreStart() local
Dnotification_clone_bundle_service.cpp83 for (const auto &profile : jsonObject) { in OnRestore() local
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_connection.cpp65 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in Init() local
104 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in SendBtCallState() local
121 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in SendCallDetailsChange() local
148 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in RegisterObserver() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_info_test.cpp119 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
139 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
157 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
Dnotification_preferences_test.cpp1395 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1425 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1441 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1472 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1488 sptr<NotificationDoNotDisturbProfile> profile; variable
1502 sptr<NotificationDoNotDisturbProfile> profile; variable
1516 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
Dnotification_preferences_database_test.cpp1011 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1035 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1060 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… variable
1079 sptr<NotificationDoNotDisturbProfile> profile; variable
/base/security/code_signature/services/key_enable/src/asan/
Ddisable_rust_interface.cpp19 int32_t EnableKeyInProfileByRust(const char* bundleName, const uint8_t* profile, uint32_t profileSi… in EnableKeyInProfileByRust()
/base/useriam/user_auth_framework/services/context/src/
Dauth_widget_helper.cpp38 ContextFactory::AuthProfile profile; in InitWidgetContextParam() local
61 ContextFactory::AuthProfile &profile) in GetUserAuthProfile()
114 ContextFactory::AuthProfile &profile) in ParseAttributes()
Dwidget_context.cpp461 ContextFactory::AuthProfile profile; in ConnectExtension() local
584 auto &profile = item.second; in BuildStartCommand() local
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
Dhap_verify_test.cpp187 ProvisionInfo profile = hapVerifyResult.GetProvisionInfo(); variable
256 ProvisionInfo profile = hapVerifyResult.GetProvisionInfo(); variable
Dhap_verify_v2_test.cpp237 std::string profile; variable
/base/security/appverify/interfaces/innerkits/appverify/src/util/
Dhap_profile_verify_utils.cpp29 const HapByteBuffer& pkcs7ProfileBlock, std::string& profile) in ParseProfile()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp284 for (auto profile : profiles) { in AddDoNotDisturbProfiles() local
298 for (auto profile : profiles) { in RemoveDoNotDisturbProfiles() local
310 int32_t profileId, int32_t userId, sptr<NotificationDoNotDisturbProfile> &profile) in GetDoNotDisturbProfiles()
333 auto profile = doNotDisturbProfile.second; in GetAllDoNotDisturbProfiles() local
Dnotification_preferences.cpp554 for (auto profile : profiles) { in AddDoNotDisturbProfiles() local
601 for (auto profile : profiles) { in RemoveDoNotDisturbProfiles() local
649 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… in UpdateDoNotDisturbProfiles() local
780 int32_t profileId, int32_t userId, sptr<NotificationDoNotDisturbProfile> &profile) in GetDoNotDisturbProfile()
808 for (auto profile : profiles) { in RemoveDoNotDisturbProfileTrustList() local
Dnotification_preferences_database.cpp514 for (auto profile : profiles) { in AddDoNotDisturbProfiles() local
543 for (auto profile : profiles) { in RemoveDoNotDisturbProfiles() local
561 const std::string &key, sptr<NotificationDoNotDisturbProfile> &profile, const int32_t &userId) in GetDoNotDisturbProfiles()
1623 sptr<NotificationDoNotDisturbProfile> profile; in GetDoNotDisturbProfile() local
2196 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… in GetAllCloneProfileInfo() local
/base/security/appverify/interfaces/innerkits/appverify/src/verify/
Dhap_verify_v2.cpp181 std::string profile; in VerifyAppSourceAndParseProfile() local
378 bool HapVerifyV2::ParseAndVerifyProfileIfNeed(const std::string& profile, in ParseAndVerifyProfileIfNeed()
468 …std::string profile = std::string(profileContext.content.GetBufferPtr(), profileContext.content.Ge… in ParseHapProfile() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Ddisturb_mode.cpp103 const napi_env &env, const napi_value &value, sptr<NotificationDoNotDisturbProfile> &profile) in GetDoNotDisturbProfile()
147 …stlist(const napi_env &env, const napi_value &value, sptr<NotificationDoNotDisturbProfile> &profil… in AnalyseTrustlist()
284 …sptr<NotificationDoNotDisturbProfile> profile = new (std::nothrow) NotificationDoNotDisturbProfile… in ParseProfilesParameters() local
/base/useriam/user_auth_framework/test/unittest/services/src/
Dwidget_json_test.cpp161 auto &profile = item.second; variable
230 auto &profile = item.second; variable
/base/notification/common_event_service/services/src/
Dstatic_subscriber_manager.cpp268 const int32_t &extensionUserId, const std::string &profile, bool enable) in ParseEvents()
340 for (auto profile : profileInfos) { in AddSubscriber() local
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
Dremote_auth_context_fuzzer.cpp213 ContextFactory::AuthProfile profile = {}; in FuzzGetUserAuthProfile() local
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_proxy_disturb.cpp465 … AnsManagerProxy::GetDoNotDisturbProfile(int32_t id, sptr<NotificationDoNotDisturbProfile> &profil… in GetDoNotDisturbProfile()
/base/security/code_signature/services/key_enable/src/
Dprofile_utils.rs117 let profile = verify_pkcs7_signature(pkcs7, root_store, flags)?; in parse_pkcs7_data() localVariable
128 let mut profile = Vec::new(); in verify_pkcs7_signature() localVariable
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
Dapp_verify_pub.h124 ProfileProf profile; /* profile */ member
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_verify.c681 static int32_t GetAppSignPublicKey(const ProfileProf *profile, AppSignPk *pk) in GetAppSignPublicKey()
706 int32_t GetAppid(ProfileProf *profile) in GetAppid()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager5_gtest.cpp954 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); variable

12