/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_service_manager.cpp | 136 pimpl->startedProfiles_.SetProfile(BTTransport::ADAPTER_BREDR, sp.name_, profile); in CreateClassicProfileServices() 181 pimpl->startedProfiles_.SetProfile(BTTransport::ADAPTER_BREDR, sp.name_, nullptr); in Stop() 185 pimpl->startedProfiles_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, nullptr); in Stop() 235 pimpl->profilesState_.SetProfile(transport, it.first, ServiceStateID::TURN_ON); in OnAllEnabled() 271 pimpl->profilesState_.SetProfile(transport, name, ServiceStateID::TURN_ON); in EnableProfiles() 287 pimpl->profilesState_.SetProfile(transport, name, ServiceStateID::TURNING_ON); in EnableProfiles() 313 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BREDR, profileName, newState); in EnableCompleteProcess() 322 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BLE, profileName, newState); in EnableCompleteProcess() 392 pimpl->profilesState_.SetProfile(transport, it.first, ServiceStateID::TURN_OFF); in OnAllDisabled() 441 pimpl->profilesState_.SetProfile(transport, name, ServiceStateID::TURNING_OFF); in DisableProfiles() [all …]
|
H A D | profile_list.h | 99 void SetProfile(const BTTransport transport, const std::string &name, const T &data) in SetProfile() function
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/ |
H A D | camera_device.h | 187 void SetProfile(sptr<CameraOutputCapability> cameraOutputCapability); 189 void SetProfile(sptr<CameraOutputCapability> cameraOutputCapability, int32_t modename);
|
H A D | camera_manager.h | 774 void SetProfile(std::vector<sptr<CameraDevice>>& cameraObjList);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_profile.h | 32 static void SetProfile(napi_env env, ProfileId code, napi_value profile);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 65 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in DefineHidHostJSClass() 88 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in CreateHidHostProfile()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_device.cpp | 260 void CameraDevice::SetProfile(sptr<CameraOutputCapability> capability) in SetProfile() function in OHOS::CameraStandard::CameraDevice 275 void CameraDevice::SetProfile(sptr<CameraOutputCapability> capability, int32_t modeName) in SetProfile() function in OHOS::CameraStandard::CameraDevice
|
H A D | camera_manager.cpp | 1225 SetProfile(deviceInfoList); in GetCameraDeviceListFromServer() 1240 void CameraManager::SetProfile(std::vector<sptr<CameraDevice>>& cameraObjList) in SetProfile() function in OHOS::CameraStandard::CameraManager 1249 cameraObj->SetProfile(capability); in SetProfile() 1254 cameraObj->SetProfile(capability, modeName); in SetProfile()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_launch_data.h | 58 void SetProfile(const Profile &profile);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 42 NapiProfile::SetProfile(env, ProfileId::PROFILE_PAN_NETWORK, napiProfile); in CreatePanProfile() 81 NapiProfile::SetProfile(env, ProfileId::PROFILE_PAN_NETWORK, napiProfile); in DefinePanJSClass()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_profile.cpp | 39 void NapiProfile::SetProfile(napi_env env, ProfileId code, napi_value profile) in SetProfile() function in OHOS::Bluetooth::NapiProfile
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 72 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_AUDIO_GATEWAY, napiProfile); in DefineHandsFreeAudioGatewayJSClass() 93 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_AUDIO_GATEWAY, napiProfile); in CreateHfpAgProfile()
|
H A D | napi_bluetooth_hfp_hf.cpp | 56 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_UNIT, napiProfile); in DefineHandsFreeUnitJSClass()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_avrcp_ct.cpp | 50 NapiProfile::SetProfile(env, ProfileId::PROFILE_AVRCP_CT, napiProfile); in DefineAvrcpControllerJSClass()
|
H A D | napi_bluetooth_avrcp_tg.cpp | 50 NapiProfile::SetProfile(env, ProfileId::PROFILE_AVRCP_TG, napiProfile); in DefineAvrcpTargetJSClass()
|
H A D | napi_bluetooth_a2dp_snk.cpp | 50 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SINK, napiProfile); in DefineA2dpSinkJSClass()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 201 launchData.SetProfile(profile);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_launch_data.cpp | 27 void AppLaunchData::SetProfile(const Profile &profile) in SetProfile() function in OHOS::AppExecFwk::AppLaunchData
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
H A D | ams_ipc_app_scheduler_module_test.cpp | 230 launchData.SetProfile(profile);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 397 RetInfo SetProfile(std::shared_ptr<AVRecorderConfig> config);
|
H A D | avrecorder_napi.cpp | 2052 RetInfo AVRecorderNapi::SetProfile(std::shared_ptr<AVRecorderConfig> config) in SetProfile() function in OHOS::Media::AVRecorderNapi 2133 RetInfo retInfo = SetProfile(config); in Configure()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 147 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SOURCE, napiProfile); in DefineA2dpSourceJSClass()
|