Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_connection.cpp34 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in ~BluetoothConnection() local
82 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in ConnectBtSco() local
122 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in DisconnectBtSco() local
150 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in ConnectBtSco() local
168 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in DisconnectBtSco() local
211 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in SendBtCallState() local
260 Bluetooth::HandsFreeAudioGateway *profile = Bluetooth::HandsFreeAudioGateway::GetProfile(); in RegisterObserver() local
/base/useriam/user_auth_framework/services/core/src/
Dauth_widget_helper.cpp33 ContextFactory::AuthWidgetContextPara::AuthProfile profile; in InitWidgetContextParam() local
56 ContextFactory::AuthWidgetContextPara::AuthProfile &profile, uint32_t callingUid) in GetUserAuthProfile()
100 ContextFactory::AuthWidgetContextPara::AuthProfile &profile) in ParseAttributes()
/base/msdp/device_status/services/interaction/coordination/src/
Ddevice_profile_adapter.cpp50 ServiceCharacteristicProfile profile; in UpdateCrossingSwitchState() local
84 ServiceCharacteristicProfile profile; in UpdateCrossingSwitchState() local
100 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
254 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
323 bool HapVerifyV2::ParseAndVerifyProfileIfNeed(const std::string& profile, in ParseAndVerifyProfileIfNeed()
413 …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.cpp217 const int32_t &extensionUserId, const std::string &profile, bool enable) in ParseEvents()
290 for (auto profile : profileInfos) { in AddSubscriber() local
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
Dapp_verify_pub.h124 ProfileProf profile; /* profile */ member
/base/useriam/user_auth_framework/services/context/src/
Dwidget_context.cpp424 auto &profile = item.second; in BuildStartCommand() local
/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_manager_gtest.cpp4724 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); variable