/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() 137 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BREDR, sp.name_, ServiceStateID::TURN_OFF); in CreateClassicProfileServices() 154 pimpl->startedProfiles_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, bredrProfile); in CreateBleProfileServices() 156 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, ServiceStateID::TURN_OFF); in CreateBleProfileServices() 164 pimpl->startedProfiles_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, newProfile); in CreateBleProfileServices() 165 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, ServiceStateID::TURN_OFF); in CreateBleProfileServices() 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(transpor in EnableProfiles() [all...] |
H A D | profile_list.h | 99 void SetProfile(const BTTransport transport, const std::string &name, const T &data) in SetProfile() function in OHOS::bluetooth::final
|
/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);
|
/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 | 780 void SetProfile(std::vector<sptr<CameraDevice>>& cameraObjList);
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_launch_data.h | 58 void SetProfile(const Profile &profile);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 62 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in DefineHidHostJSClass() 85 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in CreateHidHostProfile()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_device.cpp | 255 void CameraDevice::SetProfile(sptr<CameraOutputCapability> capability) in SetProfile() function in OHOS::CameraStandard::CameraDevice 270 void CameraDevice::SetProfile(sptr<CameraOutputCapability> capability, int32_t modeName) in SetProfile() function in OHOS::CameraStandard::CameraDevice
|
H A D | camera_manager.cpp | 1223 SetProfile(deviceInfoList); in GetCameraDeviceListFromServer() 1228 void CameraManager::SetProfile(std::vector<sptr<CameraDevice>>& cameraObjList) in SetProfile() function in OHOS::CameraStandard::CameraManager 1237 cameraObj->SetProfile(capability); in SetProfile() 1242 cameraObj->SetProfile(capability, modeName); in SetProfile()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_profile.cpp | 35 void NapiProfile::SetProfile(napi_env env, ProfileId code, napi_value profile) in SetProfile() function in OHOS::Bluetooth::NapiProfile
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 68 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_AUDIO_GATEWAY, napiProfile); in DefineHandsFreeAudioGatewayJSClass() 89 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_AUDIO_GATEWAY, napiProfile); in CreateHfpAgProfile()
|
H A D | napi_bluetooth_hfp_hf.cpp | 52 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_UNIT, napiProfile); in DefineHandsFreeUnitJSClass()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 39 NapiProfile::SetProfile(env, ProfileId::PROFILE_PAN_NETWORK, napiProfile); in CreatePanProfile() 78 NapiProfile::SetProfile(env, ProfileId::PROFILE_PAN_NETWORK, napiProfile); in DefinePanJSClass()
|
/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
|
/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); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 201 launchData.SetProfile(profile); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_a2dp_snk.cpp | 46 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SINK, napiProfile); in DefineA2dpSinkJSClass()
|
H A D | napi_bluetooth_avrcp_ct.cpp | 46 NapiProfile::SetProfile(env, ProfileId::PROFILE_AVRCP_CT, napiProfile); in DefineAvrcpControllerJSClass()
|
H A D | napi_bluetooth_avrcp_tg.cpp | 46 NapiProfile::SetProfile(env, ProfileId::PROFILE_AVRCP_TG, napiProfile); in DefineAvrcpTargetJSClass()
|
/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 | 2053 RetInfo AVRecorderNapi::SetProfile(std::shared_ptr<AVRecorderConfig> config) 2134 RetInfo retInfo = SetProfile(config);
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 143 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SOURCE, napiProfile); in DefineA2dpSourceJSClass()
|