Home
last modified time | relevance | path

Searched defs:profile (Results 26 – 50 of 729) sorted by relevance

12345678910>>...30

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp412 const std::string& accountId, std::vector<AccessControlProfile>& profile) in GetAccessControlProfile()
611 std::vector<AccessControlProfile>& profile) in GetAccessControlProfile()
680 TrustDeviceProfile profile; in DeleteTrustDeviceProfile() local
934 const std::string& bundleName, std::vector<AccessControlProfile>& profile) in GetAclProfileByBundleName()
974 std::vector<AccessControlProfile>& profile) in ConvertToAccessControlProfiles()
1108 int32_t TrustProfileManager::SetAccesserId(AccessControlProfile& profile) in SetAccesserId()
1155 int32_t TrustProfileManager::SetAccesseeId(AccessControlProfile& profile) in SetAccesseeId()
1400 AccessControlProfile profile; in DeleteAccessControlProfileCheck() local
1615 std::vector<AccessControlProfile>& profile) in GetAccessControlProfiles()
1763 int64_t tokenId, std::vector<AccessControlProfile> &profile) in GetAccessControlProfilesByTokenId()
[all …]
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl40 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile); in callSessionStarted()
50 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld()
54 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived()
56 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed()
60 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived()
67 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted()
79 in ImsCallProfile profile); in callSessionUpdated()
83 in ImsCallProfile profile); in callSessionUpdateReceived()
89 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended()
93 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived()
[all …]
H A DIImsCallSession.aidl115 void start(String callee, in ImsCallProfile profile); in start()
128 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
137 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
183 void hold(in ImsStreamMediaProfile profile); in hold()
192 void resume(in ImsStreamMediaProfile profile); in resume()
212 void update(int callType, in ImsStreamMediaProfile profile); in update()
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl40 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile); in callSessionStarted()
50 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld()
54 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived()
56 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed()
60 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived()
67 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted()
79 in ImsCallProfile profile); in callSessionUpdated()
83 in ImsCallProfile profile); in callSessionUpdateReceived()
89 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended()
93 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived()
[all …]
H A DIImsCallSession.aidl117 void start(String callee, in ImsCallProfile profile); in start()
130 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
139 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
185 void hold(in ImsStreamMediaProfile profile); in hold()
194 void resume(in ImsStreamMediaProfile profile); in resume()
214 void update(int callType, in ImsStreamMediaProfile profile); in update()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp27 int32_t ProfileListenerProxy::OnTrustDeviceProfileAdd(const TrustDeviceProfile& profile) in OnTrustDeviceProfileAdd()
42 int32_t ProfileListenerProxy::OnTrustDeviceProfileDelete(const TrustDeviceProfile& profile) in OnTrustDeviceProfileDelete()
77 int32_t ProfileListenerProxy::OnDeviceProfileAdd(const DeviceProfile& profile) in OnDeviceProfileAdd()
92 int32_t ProfileListenerProxy::OnDeviceProfileDelete(const DeviceProfile& profile) in OnDeviceProfileDelete()
126 int32_t ProfileListenerProxy::OnServiceProfileAdd(const ServiceProfile& profile) in OnServiceProfileAdd()
141 int32_t ProfileListenerProxy::OnServiceProfileDelete(const ServiceProfile& profile) in OnServiceProfileDelete()
175 int32_t ProfileListenerProxy::OnCharacteristicProfileAdd(const CharacteristicProfile& profile) in OnCharacteristicProfileAdd()
190 int32_t ProfileListenerProxy::OnCharacteristicProfileDelete(const CharacteristicProfile& profile) in OnCharacteristicProfileDelete()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothUserService.java116 mProfileListener, profile); in setupBluetoothConnectionProxies() local
231 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable()
278 public boolean bluetoothConnectToProfile(int profile, BluetoothDevice device) { in bluetoothConnectToProfile()
322 public boolean bluetoothDisconnectFromProfile(int profile, BluetoothDevice device) { in bluetoothDisconnectFromProfile()
366 public int getProfilePriority(int profile, BluetoothDevice device) { in getProfilePriority()
417 public void setProfilePriority(int profile, BluetoothDevice device, int priority) { in setProfilePriority()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp55 int32_t OnTrustDeviceProfileAdd(const TrustDeviceProfile& profile) in OnTrustDeviceProfileAdd()
60 int32_t OnTrustDeviceProfileDelete(const TrustDeviceProfile& profile) in OnTrustDeviceProfileDelete()
71 int32_t OnDeviceProfileAdd(const DeviceProfile& profile) in OnDeviceProfileAdd()
75 int32_t OnDeviceProfileDelete(const DeviceProfile& profile) in OnDeviceProfileDelete()
83 int32_t OnServiceProfileAdd(const ServiceProfile& profile) in OnServiceProfileAdd()
87 int32_t OnServiceProfileDelete(const ServiceProfile& profile) in OnServiceProfileDelete()
95 int32_t OnCharacteristicProfileAdd(const CharacteristicProfile& profile) in OnCharacteristicProfileAdd()
99 int32_t OnCharacteristicProfileDelete(const CharacteristicProfile& profile) in OnCharacteristicProfileDelete()
218 TrustDeviceProfile profile; variable
H A Dsubscribe_profile_manager_test.cpp77 int32_t OnTrustDeviceProfileAdd(const TrustDeviceProfile &profile) in OnTrustDeviceProfileAdd()
89 int32_t OnDeviceProfileAdd(const DeviceProfile &profile) in OnDeviceProfileAdd()
93 int32_t OnDeviceProfileDelete(const DeviceProfile &profile) in OnDeviceProfileDelete()
101 int32_t OnServiceProfileAdd(const ServiceProfile &profile) in OnServiceProfileAdd()
105 int32_t OnServiceProfileDelete(const ServiceProfile &profile) in OnServiceProfileDelete()
198 TrustDeviceProfile profile; variable
211 TrustDeviceProfile profile; variable
414 TrustDeviceProfile profile; variable
427 TrustDeviceProfile profile; variable
618 TrustDeviceProfile profile; variable
[all …]
/aosp14/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/
H A DPeerDeviceSystemAttestationVerificationTest.kt51 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex
63 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex
75 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex
99 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex
113 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex
127 val profile = AttestationProfile(PROFILE_PEER_DEVICE) regex
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dbundle_status_adapter_test.cpp75 std::string profile = ""; variable
89 std::string profile = R"({ variable
112 std::string profile = R"({ variable
135 std::string profile = R"({ variable
266 std::string profile = ""; variable
282 std::string profile = ""; variable
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesController.java92 LocalBluetoothProfile profile) { in createProfilePreference()
105 LocalBluetoothProfile profile) { in refreshProfilePreference()
141 private void enableProfile(LocalBluetoothProfile profile) { in enableProfile()
157 private void disableProfile(LocalBluetoothProfile profile) { in disableProfile()
173 LocalBluetoothProfile profile = mProfileManager.getProfileByName(preference.getKey()); in onPreferenceClick() local
224 private void maybeAddHighQualityAudioPref(LocalBluetoothProfile profile) { in maybeAddHighQualityAudioPref()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java86 UserInfo profile = addProfile(secondaryUser); in testGetProfiles() local
109 UserInfo profile = addProfile(secondaryUser); in testGetProfileIds_specifyType() local
172 UserInfo profile = addProfile(system); in testProfileBadgeUnique() local
181 UserInfo profile = addProfile(secondaryUser); in testProfileBadgeReuse() local
331 UserInfo profile = new UserInfo( in addProfile() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java88 UserInfo profile = addProfile(secondaryUser); in testGetProfiles() local
111 UserInfo profile = addProfile(secondaryUser); in testGetProfileIds_specifyType() local
174 UserInfo profile = addProfile(system); in testProfileBadgeUnique() local
183 UserInfo profile = addProfile(secondaryUser); in testProfileBadgeReuse() local
333 UserInfo profile = new UserInfo( in addProfile() local
/aosp12/art/libprofile/profile/
H A Dprofile_boot_info_test.cc37 ScratchFile profile; in TEST_F() local
47 ScratchFile profile; in TEST_F() local
66 ScratchFile profile; in TEST_F() local
95 ScratchFile profile; in TEST_F() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp111 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in On() local
137 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in GetConnectionDevices() local
164 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in GetDeviceState() local
199 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in GetScoState() local
231 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in ConnectSco() local
265 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in DisconnectSco() local
299 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in OpenVoiceRecognition() local
330 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in CloseVoiceRecognition() local
346 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in Connect() local
361 HandsFreeAudioGateway *profile = HandsFreeAudioGateway::GetProfile(); in Disconnect() local
[all …]
H A Dnapi_bluetooth_hfp_hf.cpp73 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in On() local
94 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in GetConnectionDevices() local
127 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in GetDeviceState() local
159 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in GetScoState() local
191 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in Connect() local
222 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in Disconnect() local
253 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in ConnectSco() local
284 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in DisconnectSco() local
320 HandsFreeUnit *profile = HandsFreeUnit::GetProfile(); in SendDTMF() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp66 HidHost *profile = HidHost::GetProfile(); in DefineHidHostJSClass() local
90 HidHost *profile = HidHost::GetProfile(); in CreateHidHostProfile() local
133 HidHost *profile = HidHost::GetProfile(); in GetConnectionDevices() local
160 HidHost *profile = HidHost::GetProfile(); in GetDeviceState() local
180 HidHost *profile = HidHost::GetProfile(); in Connect() local
195 HidHost *profile = HidHost::GetProfile(); in Disconnect() local
213 HidHost *profile = HidHost::GetProfile(); in SetConnectionStrategy() local
234 HidHost *profile = HidHost::GetProfile(); in GetConnectionStrategy() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp43 Pan *profile = Pan::GetProfile(); in CreatePanProfile() local
82 Pan *profile = Pan::GetProfile(); in DefinePanJSClass() local
147 Pan *profile = Pan::GetProfile(); in GetConnectionDevices() local
175 Pan *profile = Pan::GetProfile(); in GetDeviceState() local
201 Pan *profile = Pan::GetProfile(); in GetConnectedDevices() local
229 Pan *profile = Pan::GetProfile(); in GetConnectionState() local
251 Pan *profile = Pan::GetProfile(); in Disconnect() local
277 Pan *profile = Pan::GetProfile(); in SetTethering() local
291 Pan *profile = Pan::GetProfile(); in IsTetheringOn() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp132 ServiceCharacteristicProfile profile; variable
151 ServiceCharacteristicProfile profile; variable
169 ServiceCharacteristicProfile profile; variable
191 ServiceCharacteristicProfile profile; variable
210 ServiceCharacteristicProfile profile; variable
246 ServiceCharacteristicProfile profile; variable
272 ServiceCharacteristicProfile profile; variable
291 ServiceCharacteristicProfile profile; variable
310 ServiceCharacteristicProfile profile; variable
342 ServiceCharacteristicProfile profile; variable
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.cpp311 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpDisconnectInd() local
335 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpConfigureInd() local
379 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpReconfigureInd() local
426 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpOpenInd() local
449 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpCloseInd() local
475 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpCloseChannelInd() local
495 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpStartInd() local
543 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpConnectCFM() local
570 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpDisconnectCFM() local
591 A2dpProfile *profile = GetProfileInstance(role); in ParseAvdtpDiscoverCFM() local
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_disturb_service.cpp73 for (const auto &profile : jsonObject) { in OnRestore() local
90 for (auto profile = profiles_.begin(); profile != profiles_.end();) { in OnRestore() local
110 for (auto profile = profiles_.begin(); profile != profiles_.end(); profile++) { in OnRestore() local
182 for (auto profile = profiles_.begin(); profile != profiles_.end();) { in HandlerBundleEvent() local
199 for (auto profile = profiles_.begin(); profile != profiles_.end(); profile++) { in HandlerBundleEvent() local
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfileVectorHelper.cpp44 const sp<AudioProfile> &profile) in addAudioProfileAndSort()
55 for (const auto &profile : audioProfileVector) { in getAudioProfileForFormat() local
67 for (const auto &profile : audioProfileVector) { in setSampleRatesForAudioProfiles() local
87 for (const auto &profile : audioProfileVector) { in setChannelsForAudioProfiles() local
112 sp<AudioProfile> profile = new AudioProfile(format, in addProfilesForFormats() local
148 const sp<AudioProfile> &profile = audioProfileVector.at(profileIndex); in addDynamicAudioProfileAndSort() local
318 for (const auto& profile : audioProfileVector) { in checkExactProfile() local
343 const sp<AudioProfile> profile = audioProfileVector.at(i); in checkCompatibleProfile() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp77 MapMse *profile = MapMse::GetProfile(); in CreateMapMseProfile() local
115 MapMse *profile = MapMse::GetProfile(); in GetConnectedDevices() local
138 MapMse *profile = MapMse::GetProfile(); in GetConnectionState() local
158 MapMse *profile = MapMse::GetProfile(); in Disconnect() local
176 MapMse *profile = MapMse::GetProfile(); in SetConnectionStrategy() local
197 MapMse *profile = MapMse::GetProfile(); in GetConnectionStrategy() local
218 MapMse *profile = MapMse::GetProfile(); in SetMessageAccessAuthorization() local
238 MapMse *profile = MapMse::GetProfile(); in GetMessageAccessAuthorization() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/
H A DVpnProfileTest.java134 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecode() local
141 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecodeTooManyValues() local
187 final VpnProfile profile = getSampleIkev2Profile(DUMMY_PROFILE_KEY); in testEncodeDecodeLoginsNotSaved() local

12345678910>>...30