Home
last modified time | relevance | path

Searched refs:Profile (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h72 class Profile {
74 Profile(CameraFormat format, Size size);
78 Profile() = default;
79 Profile& operator=(const Profile& profile)
89 bool operator==(const Profile& profile)
94 virtual ~Profile() = default;
127 class VideoProfile : public Profile {
135 Profile::operator=(rhs);
161 class DepthProfile : public Profile {
168 Profile::operator=(rhs);
[all …]
H A Dcapture_output.h132 void SetPhotoProfile(Profile& profile);
133 std::shared_ptr<Profile> GetPhotoProfile();
134 void SetPreviewProfile(Profile& profile);
135 std::shared_ptr<Profile> GetPreviewProfile();
169 std::shared_ptr<Profile> photoProfile_;
171 std::shared_ptr<Profile> previewProfile_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp47 Profile::Profile(CameraFormat format, Size size) : format_(format), size_(size), specId_(0) {} in Profile() function in OHOS::CameraStandard::Profile
48 Profile::Profile(CameraFormat format, Size size, int32_t specId) : format_(format), size_(size), sp… in Profile() function in OHOS::CameraStandard::Profile
49 Profile::Profile(CameraFormat format, Size size, Fps fps, std::vector<uint32_t> abilityId) in Profile() function in OHOS::CameraStandard::Profile
51 Profile::Profile(CameraFormat format, Size size, Fps fps, std::vector<uint32_t> abilityId, int32_t … in Profile() function in OHOS::CameraStandard::Profile
53 CameraFormat Profile::GetCameraFormat() in GetCameraFormat()
58 std::vector<uint32_t> Profile::GetAbilityId() in GetAbilityId()
63 Size Profile::GetSize() in GetSize()
68 Fps Profile::GetFps() in GetFps()
73 int32_t Profile::GetSpecId() in GetSpecId()
78 void Profile::DumpProfile(std::string name) const in DumpProfile()
[all …]
H A Dcapture_output.cpp143 void CaptureOutput::SetPhotoProfile(Profile& profile) in SetPhotoProfile()
146 photoProfile_ = std::make_shared<Profile>(profile); in SetPhotoProfile()
149 std::shared_ptr<Profile> CaptureOutput::GetPhotoProfile() in GetPhotoProfile()
155 void CaptureOutput::SetPreviewProfile(Profile& profile) in SetPreviewProfile()
158 previewProfile_ = std::make_shared<Profile>(profile); in SetPreviewProfile()
161 std::shared_ptr<Profile> CaptureOutput::GetPreviewProfile() in GetPreviewProfile()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dprofile.cpp24 Profile::Profile(const std::string &name) : profileName_(name) in Profile() function in OHOS::AppExecFwk::Profile
27 bool Profile::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
34 Profile *Profile::Unmarshalling(Parcel &parcel) in Unmarshalling()
36 Profile *profile = new (std::nothrow) Profile(); in Unmarshalling()
45 bool Profile::Marshalling(Parcel &parcel) const in Marshalling()
/ohos5.0/foundation/deviceprofile/device_info_manager/
H A DREADME_zh.md11 DeviceProfile是设备硬件能力和系统软件特征的管理器,典型的Profile有设备类型、设备名称、设备OS类型、OS版本号等。DeviceProfile提供快速访问本地和远端设备Profil…
13 - 本地设备Profile的插入、删除、查询。
14 - 远程设备Profile的查询。
15 - 订阅远程Profile变化的通知。
16 - 跨设备同步Profile
65 ### 查询Profile信息
86 ### 插入Profile信息
109 ### 删除Profile信息
126 ### 同步Profile信息
149 ### 订阅Profile事件(同步、变更事件)
H A DREADME.md61 ### Querying Profile Information
82 ### Inserting Profile Information
88 | profile | ServiceCharacteristicProfile | Yes | Profile information to insert. |
105 ### Deleting Profile Information
122 ### Synchronizing Profile Information
145 ### Subscribing to Profile Events (Synchronization and Change Events)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/
H A DProfile功能界面使用说明文档.md1 ## Profile测试使用说明文档
3 ​ 本文档主要介绍了蓝牙专项测试程序的Profile测试模块的功能使用说明。
7 ### Profile测试界面
9 ![Profile主界面](Profile主界面.png)
13 #### Profile的主要接口(ohos.bluetooth.d.ts)
59 1. A2DP(Advanced Audio Distribution Profile) 高级音频分发模式
247 * @throws { BusinessError } 2900004 - Profile is not supported.
266 - @throws { BusinessError } 2900004 - Profile is not supported.
286 * @throws { BusinessError } 2900004 - Profile is not supported.
307 * @throws { BusinessError } 2900004 - Profile is not supported.
[all …]
/ohos5.0/docs/zh-cn/readme/
H A DDeviceProfile子系统.md11 DeviceProfile是设备硬件能力和系统软件特征的管理器,典型的Profile有设备类型、设备名称、设备OS类型、OS版本号等。
13 DeviceProfile提供快速访问本地和远端设备Profile的能力,是发起分布式业务的基础。主要功能如下:
15 - 本地设备Profile的查询、插入、删除。
16 - 远程设备Profile的查询。
17 - 跨设备同步Profile
18 - 订阅远程Profile变化的通知。
65 ### 查询Profile信息
86 ### 插入Profile信息
109 ### 删除Profile信息
126 ### 同步Profile信息
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-constant.md166 枚举,表示Profile的UUID。
172 | PROFILE_UUID_HFP_AG | '0000111F-0000-1000-8000-00805F9B34FB' | 代表HFPAG Profile的UUID。 |
173 | PROFILE_UUID_HFP_HF | '0000111E-0000-1000-8000-00805F9B34FB' | 代表HFPHF Profile的UUID。 |
174 | PROFILE_UUID_HSP_AG | '00001112-0000-1000-8000-00805F9B34FB' | 代表HSPAG Profile的UUID。 |
175 | PROFILE_UUID_HSP_HS | '00001108-0000-1000-8000-00805F9B34FB' | 代表HSPHS Profile的UUID。 |
176 | PROFILE_UUID_A2DP_SRC | '0000110A-0000-1000-8000-00805F9B34FB' | 代表A2DPSRC Profile的UUID。 |
177 | PROFILE_UUID_A2DP_SINK | '0000110B-0000-1000-8000-00805F9B34FB' | 代表A2DPSINK Profile的UUID。 |
178 | PROFILE_UUID_AVRCP_CT | '0000110E-0000-1000-8000-00805F9B34FB' | 代表AVRCPCT Profile的UUID。 |
179 | PROFILE_UUID_AVRCP_TG | '0000110C-0000-1000-8000-00805F9B34FB' | 代表AVRCPTG Profile的UUID。 |
180 | PROFILE_UUID_HID | '00001124-0000-1000-8000-00805F9B34FB' | 代表HID Profile的UUID。 |
[all …]
H A Djs-apis-bluetooth-baseProfile-sys.md20 枚举,表示Profile的连接策略。
38 设置该设备Profile的连接策略。使用Callback异步回调。
51 | strategy | [ConnectionStrategy](#connectionstrategy) | 是 |Profile的连接策略。 |
66 |2900004 | Profile not supported. |
88 设置该设备Profile的连接策略。使用Promise异步回调。
101 | strategy | [ConnectionStrategy](#connectionstrategy) | 是 |Profile的连接策略。 |
121 |2900004 | Profile not supported. |
145 获取该Profile的连接策略。使用Callback异步回调。
172 |2900004 | Profile not supported. |
194 获取该Profile的连接策略。使用Promise异步回调。
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h35 Profile preview;
36 Profile photo;
74 std::vector<Profile> previewProfiles;
75 std::vector<Profile> photoProfiles;
90 sptr<CaptureOutput> CreatePreviewOutput(Profile& profile);
99 sptr<CaptureOutput> CreatePhotoOutput(Profile profile);
101 Profile SelectProfileByRatioAndFormat(sptr<CameraOutputCapability>& modeAbility,
107 Profile previewProfile, Profile photoProfile);
122 std::shared_ptr<Profile> GetSketchPreviewProfile();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp41 namespace Profile { namespace
1907 if (!jsonObject.contains(Profile::MODULE) || !jsonObject.contains(Profile::APP)) { in ParserAtomicConfig()
1919 if (appJson.at(Profile::BUNDLE_TYPE) == Profile::BUNDLE_TYPE_ATOMIC_SERVICE) { in ParserAtomicConfig()
1921 } else if (appJson.at(Profile::BUNDLE_TYPE) == Profile::BUNDLE_TYPE_SHARED) { in ParserAtomicConfig()
1923 } else if (appJson.at(Profile::BUNDLE_TYPE) == Profile::BUNDLE_TYPE_APP_SERVICE_FWK) { in ParserAtomicConfig()
2197 if (Profile::BACKGROUND_MODES_MAP.find(item) != Profile::BACKGROUND_MODES_MAP.end()) { in GetBackgroundModes()
2233 const Profile::Ability &ability, in ToAbilityInfo()
2379 … if (Profile::GRANT_MODE_SET.find(definePermission.grantMode) == Profile::GRANT_MODE_SET.end()) { in GetPermissions()
2421 if (Profile::MODULE_TYPE_SET.find(moduleJson.module.type) != Profile::MODULE_TYPE_SET.end()) { in ToInnerModuleInfo()
2674 if (!jsonObject.contains(Profile::MODULE) || !jsonObject.contains(Profile::APP)) { in ObtainOverlayType()
[all …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dprofile.h26 class Profile : public Parcelable {
28 Profile() = default;
29 explicit Profile(const std::string &name);
30 virtual ~Profile() = default;
62 static Profile *Unmarshalling(Parcel &parcel);
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp81 namespace Profile { namespace
1444 const Profile::ModuleJson &moduleJson, in ToApplicationInfo()
1519 if (Profile::BACKGROUND_MODES_MAP.find(item) != Profile::BACKGROUND_MODES_MAP.end()) { in GetBackgroundModes()
1554 const Profile::ModuleJson &moduleJson, in ToAbilityInfo()
1555 const Profile::Ability &ability, in ToAbilityInfo()
1619 const Profile::ModuleJson &moduleJson, in ToExtensionInfo()
1620 const Profile::Extension &extension, in ToExtensionInfo()
1659 const Profile::ModuleJson &moduleJson, in ToInnerModuleInfo()
1674 if (Profile::MODULE_TYPE_SET.find(moduleJson.module.type) != Profile::MODULE_TYPE_SET.end()) { in ToInnerModuleInfo()
1809 Profile::ModuleJson moduleJson = jsonObject.get<Profile::ModuleJson>(); in TransformTo()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h245 sptr<PhotoOutput> CreatePhotoOutput(Profile& profile, sptr<IBufferProducer>& surface);
368 sptr<PreviewOutput> CreatePreviewOutput(Profile& profile, sptr<Surface> surface);
412 sptr<PreviewOutput> CreateDeferredPreviewOutput(Profile& profile);
421 int CreateDeferredPreviewOutput(Profile& profile, sptr<PreviewOutput>* pPreviewOutput);
674 … sptr<IStreamRepeat>& streamPtr, Profile& profile, const sptr<OHOS::IBufferProducer>& producer);
725 std::vector<Profile> photoProfiles = {};
726 std::vector<Profile> previewProfiles = {};
782 int32_t ValidCreateOutputStream(Profile& profile, const sptr<OHOS::IBufferProducer>& producer);
790 void FillSupportPhotoFormats(std::vector<Profile>& profiles);
855 std::map<std::string, std::vector<Profile>> modePhotoProfiles_ = {};
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/AutoDoc/
H A D自动化测试使用说明文档.md89 #### 9. Profile自动测试(ohos.bluetooth.d.ts)
91 ![Profile自动化测试](Profile自动化测试.png)
113 #### 10. Profile自动测试(ohos.bluetoothManager.d.ts)
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-camera.md58 createPhotoOutput(profile: Profile, surfaceId: string): PhotoOutput会在API11版本废弃,保留五个版本。
59 API11版本新增createPhotoOutput(profile: Profile): PhotoOutput。
65 createPhotoOutput(profile: Profile, surfaceId: string): PhotoOutput
77 先通过API11新增接口createPhotoOutput(profile: Profile): PhotoOutput, 来创建拍照输出对象。
106 createPhotoOutput(profile: Profile, surfaceId: string): PhotoOutput
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/
H A D使用说明文档.md174 测试模块根据测试类型不同可以分为接口测试,自动化测试,场景测试,Profile测试,性能测试;
231 >5. Profile蓝牙模块自动测试
249 >5. Profile蓝牙Manager自动测试
289 - Profile测试(ohos.bluetooth.d.ts)
299 > Profile功能界面使用说明文档.md
305 - Profile测试(ohos.bluetoothManager.d.ts)
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture.cpp147 std::vector<Profile> previewProfiles = outputcapability->GetPreviewProfiles(); in main()
164 std::vector<Profile> photoProfiles = outputcapability->GetPhotoProfiles(); in main()
212 Profile photoprofile = Profile(static_cast<CameraFormat>(photoFormat), photosize); in main()
238 Profile previewprofile = Profile(static_cast<CameraFormat>(previewFormat), previewsize); in main()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DtestDataModels.ets281 'name' : '设置Profile连接策略' ,
282 'detail' : '设置Profile连接策略' ,
289 'name' : '获取Profile连接策略' ,
290 'detail' : '获取Profile连接策略' ,
887 'detail' : 'Profile连接' ,
895 'detail' : '取消Profile连接' ,
930 'detail' : 'Profile连接' ,
938 'detail' : '取消Profile连接' ,
965 'detail' : 'Profile连接' ,
973 'detail' : '取消Profile连接' ,
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_application.h38 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
119 void ProfileChanged(const Profile& profile) in ProfileChanged()
125 bool CompareProfile(const Profile& profile) const in CompareProfile()
140 Profile profile_;
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/
H A Dbluetooth-overview.md11 - a2dp模块(高级音频分发配置文件):A2DP是Advanced Audio Distribution Profile的缩写,即高级音频分发配置文件。它是一种蓝牙协议,允许无线传输高品质音频流,…
15 - hfp模块(免提模式):HFP模块是指蓝牙耳机或车载蓝牙设备中的Hands-Free Profile,即“免提模式”。HFP允许用户通过蓝牙连接手机或其他蓝牙设备,实现免提通话和语音控制等功能。…
23 - spp模块(串口协议):SPP是Serial Port Profile(串口协议)的缩写,是一种蓝牙协议,用于在蓝牙设备之间建立串行通信连接。通过SPP,蓝牙设备可以像使用串口一样进行数据传输,…
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/include/
H A Ddcamera_handler.h59 std::vector<CameraStandard::Profile>& profileList, std::set<int32_t>& formatSet);
61 std::vector<CameraStandard::Profile>& profileList);
63 std::vector<CameraStandard::Profile>& profileList);
/ohos5.0/docs/en/readme/
H A DDeviceProfile.md59 ### Querying Profile Information
80 ### Inserting Profile Information
86 | profile | ServiceCharacteristicProfile | Yes | Profile information to insert. |
103 ### Deleting Profile Information
120 ### Synchronizing Profile Information
143 ### Subscribing to Profile Events (Synchronization and Change Events)

12345678910>>...12