Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/core/src/
Dauth_widget_helper.cpp34 ContextFactory::AuthWidgetContextPara::AuthProfile profile; in InitWidgetContextParam() local
57 ContextFactory::AuthWidgetContextPara::AuthProfile &profile) in GetUserAuthProfile()
100 ContextFactory::AuthWidgetContextPara::AuthProfile &profile) in ParseAttributes()
/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/msdp/device_status/rust/subsystem/device_profile/binding/src/
Dfusion_device_profile.cpp80 int32_t PutDeviceProfile(const CServiceCharacteristicProfile* profile) in PutDeviceProfile()
86 …t GetDeviceProfile(const char* udId, const char* serviceId, CServiceCharacteristicProfile* profile) in GetDeviceProfile()
157 ProfileEvent profile = static_cast<ProfileEvent>(cPro); in UnsubscribeProfileEvents() local
Dfusion_device_profile_adapter.cpp140 ServiceCharacteristicProfile profile; in UpdateCrossSwitchState() local
158 ServiceCharacteristicProfile profile; in SyncCrossSwitchState() local
192 ServiceCharacteristicProfile profile; in GetCrossSwitchState() local
/base/msdp/device_status/intention/cooperate/plugin/src/
Ddevice_profile_adapter.cpp51 ServiceCharacteristicProfile profile; in UpdateCrossingSwitchState() local
86 ServiceCharacteristicProfile profile; in UpdateCrossingSwitchState() local
103 ServiceCharacteristicProfile profile; in GetCrossingSwitchState() local
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_connection.cpp65 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in Init() local
117 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in SendBtCallState() local
166 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in RegisterObserver() local
/base/msdp/device_status/services/interaction/coordination/src/
Ddevice_profile_adapter.cpp69 ServiceCharacteristicProfile profile; in UpdateCrossingSwitchState() local
106 ServiceCharacteristicProfile profile; in UpdateCrossingSwitchState() local
123 ServiceCharacteristicProfile profile; in GetCrossingSwitchState() local
/base/security/appverify/interfaces/innerkits/appverify/src/util/
Dhap_profile_verify_utils.cpp29 const HapByteBuffer& pkcs7ProfileBlock, std::string& profile) in ParseProfile()
/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/verify/
Dhap_verify_v2.cpp162 std::string profile; in VerifyAppSourceAndParseProfile() local
352 bool HapVerifyV2::ParseAndVerifyProfileIfNeed(const std::string& profile, in ParseAndVerifyProfileIfNeed()
442 …std::string profile = std::string(profileContext.content.GetBufferPtr(), profileContext.content.Ge… in ParseHapProfile() local
/base/useriam/user_auth_framework/test/unittest/services/src/
Dwidget_json_test.cpp161 auto &profile = item.second; variable
231 auto &profile = item.second; variable
/base/notification/common_event_service/services/src/
Dstatic_subscriber_manager.cpp218 const int32_t &extensionUserId, const std::string &profile, bool enable) in ParseEvents()
291 for (auto profile : profileInfos) { in AddSubscriber() local
/base/msdp/device_status/intention/adapters/ddp_adapter/src/
Dddp_adapter_impl.cpp189 DeviceProfile::ServiceCharacteristicProfile profile; in GetProperty() local
279 DeviceProfile::ServiceCharacteristicProfile profile; in PutProfile() local
/base/useriam/user_auth_framework/services/context/src/
Dwidget_context.cpp421 auto &profile = item.second; in BuildStartCommand() local
/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/security/code_signature/services/key_enable/src/
Dprofile_utils.rs107 let mut profile = Vec::new(); in parse_pkcs7_data() localVariable
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp4769 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); variable