Home
last modified time | relevance | path

Searched refs:SetProfile (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp136 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 Dprofile_list.h99 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 Dnapi_bluetooth_profile.h32 static void SetProfile(napi_env env, ProfileId code, napi_value profile);
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_device.h187 void SetProfile(sptr<CameraOutputCapability> cameraOutputCapability);
189 void SetProfile(sptr<CameraOutputCapability> cameraOutputCapability, int32_t modename);
H A Dcamera_manager.h780 void SetProfile(std::vector<sptr<CameraDevice>>& cameraObjList);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h58 void SetProfile(const Profile &profile);
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp62 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 Dcamera_device.cpp255 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 Dcamera_manager.cpp1223 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 Dnapi_bluetooth_profile.cpp35 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 Dnapi_bluetooth_hfp_ag.cpp68 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 Dnapi_bluetooth_hfp_hf.cpp52 NapiProfile::SetProfile(env, ProfileId::PROFILE_HANDS_FREE_UNIT, napiProfile); in DefineHandsFreeUnitJSClass()
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp39 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 Dapp_launch_data.cpp27 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 Dams_ipc_app_scheduler_module_test.cpp230 launchData.SetProfile(profile); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp201 launchData.SetProfile(profile); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp46 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SINK, napiProfile); in DefineA2dpSinkJSClass()
H A Dnapi_bluetooth_avrcp_ct.cpp46 NapiProfile::SetProfile(env, ProfileId::PROFILE_AVRCP_CT, napiProfile); in DefineAvrcpControllerJSClass()
H A Dnapi_bluetooth_avrcp_tg.cpp46 NapiProfile::SetProfile(env, ProfileId::PROFILE_AVRCP_TG, napiProfile); in DefineAvrcpTargetJSClass()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h397 RetInfo SetProfile(std::shared_ptr<AVRecorderConfig> config);
H A Davrecorder_napi.cpp2053 RetInfo AVRecorderNapi::SetProfile(std::shared_ptr<AVRecorderConfig> config)
2134 RetInfo retInfo = SetProfile(config);
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp143 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SOURCE, napiProfile); in DefineA2dpSourceJSClass()

Completed in 19 milliseconds