Home
last modified time | relevance | path

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

12345678910>>...25

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp196 AccessControlProfile profile; variable
249 AccessControlProfile profile; variable
280 AccessControlProfile profile; variable
325 AccessControlProfile profile; variable
370 AccessControlProfile profile; variable
415 AccessControlProfile profile; variable
460 AccessControlProfile profile; variable
1139 TrustDeviceProfile profile; variable
1348 TrustDeviceProfile profile; variable
1365 TrustDeviceProfile profile; variable
[all …]
H A Ddistributed_device_profile_client_rdb_test.cpp74 int32_t OnDeviceProfileAdd(const DeviceProfile& profile) in OnDeviceProfileAdd()
78 int32_t OnDeviceProfileDelete(const DeviceProfile& profile) in OnDeviceProfileDelete()
86 int32_t OnServiceProfileAdd(const ServiceProfile& profile) in OnServiceProfileAdd()
90 int32_t OnServiceProfileDelete(const ServiceProfile& profile) in OnServiceProfileDelete()
174 AccessControlProfile profile; variable
209 std::vector<AccessControlProfile> profile; variable
224 AccessControlProfile profile; variable
249 std::vector<AccessControlProfile> profile; variable
262 std::vector<TrustDeviceProfile> profile; variable
275 TrustDeviceProfile profile; variable
[all …]
H A Ddp_content_sensor_test.cpp80 DeviceProfile profile; variable
121 DeviceProfile profile; variable
137 DeviceProfile profile; variable
153 DeviceProfile profile; variable
169 DeviceProfile profile; variable
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayColorProfileTest.cpp184 auto profile = ProfileFactory().setPerFrameMetadata(0).build(); in TEST_F() local
200 auto profile = ProfileFactory().build(); in TEST_F() local
222 auto profile = ProfileFactory().addHdrType(Hdr::HDR10).build(); in TEST_F() local
233 auto profile = ProfileFactory().addHdrType(Hdr::HLG).build(); in TEST_F() local
256 auto profile = ProfileFactory() in TEST_F() local
273 auto profile = ProfileFactory() in TEST_F() local
307 auto profile = ProfileFactory() in TEST_F() local
353 auto profile = ProfileFactory::createProfileWithBT2100PQSupport(); in TEST_F() local
401 DisplayColorProfile& profile, in checkGetBestColorMode()
580 auto profile = ProfileFactory::createProfileWithBT2100PQSupport(); in TEST_F() local
[all …]
/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c61 static void profile_reset(alsa_device_profile* profile) in profile_reset()
76 void profile_init(alsa_device_profile* profile, int direction) in profile_init()
82 bool profile_is_initialized(const alsa_device_profile* profile) in profile_is_initialized()
87 bool profile_is_valid(const alsa_device_profile* profile) { in profile_is_valid()
95 void profile_decache(alsa_device_profile* profile) { in profile_decache()
136 unsigned profile_get_default_sample_rate(const alsa_device_profile* profile) in profile_get_default_sample_rate()
290 static unsigned profile_enum_sample_formats(alsa_device_profile* profile, in profile_enum_sample_formats()
436 bool profile_read_device_info(alsa_device_profile* profile) in profile_read_device_info()
476 char * profile_get_sample_rate_strs(const alsa_device_profile* profile) in profile_get_sample_rate_strs()
509 char * profile_get_format_strs(const alsa_device_profile* profile) in profile_get_format_strs()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_common.c33 …atic int32_t BrInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in BrInfoProc()
44 …tic int32_t BleInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in BleInfoProc()
63 …tic int32_t P2pInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in P2pInfoProc()
77 …tic int32_t HmlInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in HmlInfoProc()
91 … int32_t HmlRawInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in HmlRawInfoProc()
101 …nt32_t P2pReuseInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in P2pReuseInfoProc()
109 …nt32_t Wlan2P4GInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in Wlan2P4GInfoProc()
123 … int32_t Wlan5GInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in Wlan5GInfoProc()
137 …t32_t BleDirectInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in BleDirectInfoProc()
150 …tic int32_t CocInfoProc(const LaneLinkInfo *linkInfo, LaneConnInfo *connInfo, LaneProfile *profile) in CocInfoProc()
[all …]
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarBluetoothUserService.aidl25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable()
26 boolean bluetoothConnectToProfile(in int profile, in BluetoothDevice device); in bluetoothConnectToProfile()
27 boolean bluetoothDisconnectFromProfile(in int profile, in BluetoothDevice device); in bluetoothDisconnectFromProfile()
28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority()
29 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority); in setProfilePriority()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp40 int32_t AuthDeviceProfileListener::OnTrustDeviceProfileAdd(const TrustDeviceProfile &profile) in OnTrustDeviceProfileAdd()
57 int32_t AuthDeviceProfileListener::OnTrustDeviceProfileDelete(const TrustDeviceProfile &profile) in OnTrustDeviceProfileDelete()
78 int32_t AuthDeviceProfileListener::OnDeviceProfileAdd(const DeviceProfile &profile) in OnDeviceProfileAdd()
84 int32_t AuthDeviceProfileListener::OnDeviceProfileDelete(const DeviceProfile &profile) in OnDeviceProfileDelete()
98 int32_t AuthDeviceProfileListener::OnServiceProfileAdd(const ServiceProfile &profile) in OnServiceProfileAdd()
104 int32_t AuthDeviceProfileListener::OnServiceProfileDelete(const ServiceProfile &profile) in OnServiceProfileDelete()
118 int32_t AuthDeviceProfileListener::OnCharacteristicProfileAdd(const CharacteristicProfile &profile) in OnCharacteristicProfileAdd()
124 …32_t AuthDeviceProfileListener::OnCharacteristicProfileDelete(const CharacteristicProfile &profile) in OnCharacteristicProfileDelete()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java96 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing()
110 public void callSessionInitiated(ImsCallProfile profile) { in callSessionInitiated()
159 public void callSessionHeld(ImsCallProfile profile) { in callSessionHeld()
185 public void callSessionHoldReceived(ImsCallProfile profile) { in callSessionHoldReceived()
199 public void callSessionResumed(ImsCallProfile profile) { in callSessionResumed()
226 public void callSessionResumeReceived(ImsCallProfile profile) { in callSessionResumeReceived()
317 public void callSessionUpdated(ImsCallProfile profile) { in callSessionUpdated()
343 public void callSessionUpdateReceived(ImsCallProfile profile) { in callSessionUpdateReceived()
362 ImsCallProfile profile) { in callSessionConferenceExtended()
407 ImsCallProfile profile) { in callSessionConferenceExtendReceived()
[all …]
H A DImsCallSession.java109 ImsCallProfile profile) { in callSessionInitiating()
129 ImsStreamMediaProfile profile) { in callSessionProgressing()
139 ImsCallProfile profile) { in callSessionStarted()
169 ImsCallProfile profile) { in callSessionHeld()
188 ImsCallProfile profile) { in callSessionHoldReceived()
197 ImsCallProfile profile) { in callSessionResumed()
216 ImsCallProfile profile) { in callSessionResumeReceived()
255 ImsCallProfile profile) { in callSessionUpdated()
274 ImsCallProfile profile) { in callSessionUpdateReceived()
1359 ImsCallProfile profile) { in callSessionConferenceExtended()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl40 void callSessionInitiating(in ImsCallProfile profile); in callSessionInitiating()
42 void callSessionProgressing(in ImsStreamMediaProfile profile); in callSessionProgressing()
43 void callSessionInitiated(in ImsCallProfile profile); in callSessionInitiated()
50 void callSessionHeld(in ImsCallProfile profile); in callSessionHeld()
52 void callSessionHoldReceived(in ImsCallProfile profile); in callSessionHoldReceived()
53 void callSessionResumed(in ImsCallProfile profile); in callSessionResumed()
55 void callSessionResumeReceived(in ImsCallProfile profile); in callSessionResumeReceived()
67 void callSessionUpdated(in ImsCallProfile profile); in callSessionUpdated()
69 void callSessionUpdateReceived(in ImsCallProfile profile); in callSessionUpdateReceived()
77 in ImsCallProfile profile); in callSessionConferenceExtendReceived()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/vpn2/
H A DConfigDialogFragment.java62 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) { in show()
86 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); in onCreateDialog() local
112 VpnProfile profile = (VpnProfile) options.getParcelable(ARG_PROFILE); in onConfirmLockdown() local
124 VpnProfile profile = dialog.getProfile(); in onClick() local
168 private void updateLockdownVpn(boolean isVpnAlwaysOn, VpnProfile profile) { in updateLockdownVpn()
189 private void save(VpnProfile profile, boolean lockdown) { in save()
199 private void connect(VpnProfile profile, boolean lockdown) { in connect()
220 private boolean disconnect(VpnProfile profile) { in disconnect()
232 private boolean isConnected(VpnProfile profile) throws RemoteException { in isConnected()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.h398 …HfpHfState(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, in… in HfpHfState()
403 …HfpHfState(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, in… in HfpHfState()
422 …HfDisconnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) in HfpHfDisconnected()
436 …fpHfConnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) in HfpHfConnecting()
447 …fDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) in HfpHfDisconnecting()
458 …HfpHfConnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) in HfpHfConnected()
470 …udioConnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, in HfpHfAudioConnecting()
482 …oDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, in HfpHfAudioDisconnecting()
494 …AudioConnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, in HfpHfAudioConnected()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DIkev2VpnProfileTest.java107 final Ikev2VpnProfile profile = builder.build(); in testBuildValidProfileWithOptions() local
125 final Ikev2VpnProfile profile = builder.build(); in testBuildUsernamePasswordProfile() local
142 final Ikev2VpnProfile profile = builder.build(); in testBuildDigitalSignatureProfile() local
159 final Ikev2VpnProfile profile = builder.build(); in testBuildPresharedKeyProfile() local
182 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsAead() local
200 final Ikev2VpnProfile profile = builder.build(); in testBuildWithAllowedAlgorithmsNormal() local
273 private void verifyVpnProfileCommon(VpnProfile profile) { in verifyVpnProfileCommon()
287 final VpnProfile profile = builder.build().toVpnProfile(); in testPskConvertToVpnProfile() local
304 final VpnProfile profile = builder.build().toVpnProfile(); in testUsernamePasswordConvertToVpnProfile() local
321 final VpnProfile profile = builder.build().toVpnProfile(); in testRsaConvertToVpnProfile() local
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp51 …t DevProfile::SubscribeDPChangeListener::OnTrustDeviceProfileAdd(const TrustDeviceProfile &profile) in OnTrustDeviceProfileAdd()
57 …evProfile::SubscribeDPChangeListener::OnTrustDeviceProfileDelete(const TrustDeviceProfile &profile) in OnTrustDeviceProfileDelete()
70 int32_t DevProfile::SubscribeDPChangeListener::OnDeviceProfileAdd(const DeviceProfile &profile) in OnDeviceProfileAdd()
76 int32_t DevProfile::SubscribeDPChangeListener::OnDeviceProfileDelete(const DeviceProfile &profile) in OnDeviceProfileDelete()
89 int32_t DevProfile::SubscribeDPChangeListener::OnServiceProfileAdd(const ServiceProfile &profile) in OnServiceProfileAdd()
95 int32_t DevProfile::SubscribeDPChangeListener::OnServiceProfileDelete(const ServiceProfile &profile) in OnServiceProfileDelete()
108 …rofile::SubscribeDPChangeListener::OnCharacteristicProfileAdd(const CharacteristicProfile &profile) in OnCharacteristicProfileAdd()
114 …ile::SubscribeDPChangeListener::OnCharacteristicProfileDelete(const CharacteristicProfile &profile) in OnCharacteristicProfileDelete()
163 DistributedDeviceProfile::CharacteristicProfile profile; in PutEnabledStatus() local
187 DistributedDeviceProfile::CharacteristicProfile profile; in GetEnabledStatus() local
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dservice_profile_test.cpp65 ServiceCharacteristicProfile profile; variable
79 ServiceCharacteristicProfile profile; variable
93 ServiceCharacteristicProfile profile; variable
107 ServiceCharacteristicProfile profile; variable
H A Dcontent_sensor_test.cpp160 ServiceCharacteristicProfile profile; variable
174 ServiceCharacteristicProfile profile; variable
201 ServiceCharacteristicProfile profile; variable
217 ServiceCharacteristicProfile profile; variable
233 ServiceCharacteristicProfile profile; variable
249 ServiceCharacteristicProfile profile; variable
265 ServiceCharacteristicProfile profile; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.h167 HfpAgState(HfpAgSmInfo stu, HfpAgProfile &profile, in HfpAgState()
177 HfpAgState(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgState()
202 …AgDisconnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgDisconnected()
217 …fpAgConnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgConnecting()
231 …gDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgDisconnecting()
243 …HfpAgConnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgConnected()
262 …udioConnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgAudioConnecting()
274 …oDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgAudioDisconnecting()
286 …AudioConnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgAudioConnected()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/trustprofilemanager_fuzzer/
H A Dtrustprofilemanager_fuzzer.cpp42 std::vector<AccessControlProfile> profile; in GetAccessControlProfileByTokenIdFuzzTest() local
55 std::vector<AccessControlProfile> profile; in GetAccessControlProfileOneFuzzTest() local
67 std::vector<AccessControlProfile> profile; in GetAccessControlProfileTwoFuzzTest() local
78 std::vector<AccessControlProfile> profile; in GetAllAccessControlProfileFuzzTest() local
92 std::vector<AccessControlProfile> profile; in GetAccessControlProfileThreeFuzzTest() local
106 std::vector<AccessControlProfile> profile; in GetAccessControlProfileFourFuzzTest() local
118 std::vector<AccessControlProfile> profile; in GetAccessControlProfileFiveFuzzTest() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp92 A2dpProfile *profile = GetProfileInstance(role); in ProcessDisconnectCfm() local
121 A2dpProfile *profile = GetProfileInstance(role); in ProcessDisconnectReq() local
141 A2dpProfile *profile = GetProfileInstance(role); in ProcessDisconnectInd() local
172 A2dpProfile *profile = GetProfileInstance(role); in ProcessSetConfigInd() local
223 A2dpProfile *profile = GetProfileInstance(role); in ProcessDiscoverReq() local
251 A2dpProfile *profile = GetProfileInstance(role); in ProcessSDPFailure() local
342 A2dpProfile *profile = GetProfileInstance(role); in ProcessDisconnectInd() local
363 A2dpProfile *profile = GetProfileInstance(role); in ProcessOpenInd() local
386 A2dpProfile *profile = GetProfileInstance(role); in ProcessSetConfigInd() local
437 A2dpProfile *profile = GetProfileInstance(role); in ProcessDelayReportInd() local
[all …]
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
H A DBluetoothDeviceProfilesPreferenceControllerTest.java143 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in refreshUi_profiles_showsPreference() local
163 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileChecked_setsProfilePreferred() local
178 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileChecked_connectsToProfile() local
193 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileUnchecked_setsProfileNotPreferred() local
209 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileUnchecked_disconnectsFromProfile() local
/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 …]
/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()

12345678910>>...25