Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 25 of 165) sorted by relevance

1234567

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp135 BASE_NS::vector<IObject::Ptr> classes; in RegisterObjectType() local
177 classes.push_back(obj); in ConstructObjectInternal()
195 IObject::Ptr obj = classes.front(); in SetObjectInstanceIds()
199 for (auto it = classes.rbegin(); it != classes.rend(); ++it) { in SetObjectInstanceIds()
216 if (classes.empty()) { in BuildObject()
219 IObject::Ptr obj = classes.front(); in BuildObject()
223 for (auto it = classes.rbegin(); it != classes.rend(); ++it) { in BuildObject()
229 for (auto it = classes.rbegin(); it != classes.rend(); ++it) { in BuildObject()
265 BASE_NS::vector<IObject::Ptr> classes; in Create() local
269 return classes.front(); in Create()
[all …]
H A Dobject_registry.h136 CreateResult CreateInternal(BASE_NS::Uid uid, BASE_NS::vector<IObject::Ptr>& classes) const;
137 …bool ConstructObjectInternal(const IObject::Ptr& obj, BASE_NS::vector<IObject::Ptr>& classes) cons…
138 … void SetObjectInstanceIds(const BASE_NS::vector<IObject::Ptr>& classes, InstanceId instid) const;
139 … bool BuildObject(const BASE_NS::vector<IObject::Ptr>& classes, const IMetadata::Ptr& data) const;
141 const BASE_NS::vector<IObject::Ptr>& classes, const IMetadata::Ptr& data) const;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_metadata.h28 "classes": [
72 "classes": [
99 "classes": [
126 "classes": [
153 "classes": [
197 "classes": [
224 "classes": [
251 "classes": [
297 "classes": [
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp231 …return ((device->classes & INPUT_DEVICE_CLASS_TOUCH_MT) || (device->classes & INPUT_DEVICE_CLASS_T… in IsTouchPad()
290 …if ((device->classes & INPUT_DEVICE_CLASS_TOUCH_MT) || (device->classes & INPUT_DEVICE_CLASS_TOUCH… in RecordDeviceChangeStates()
314 …if ((device->classes & INPUT_DEVICE_CLASS_TOUCH_MT) || (device->classes & INPUT_DEVICE_CLASS_TOUCH… in CollectEvent()
865 device->classes |= INPUT_DEVICE_CLASS_TOUCH; in MakeDevice()
878 if (device->classes == 0) { in MakeDevice()
886 if (device->classes == 0) { in MakeDevice()
897 device->identifier.classes = device->classes; in MakeDevice()
901 device->classes); in MakeDevice()
1222 if (device->classes & inputTypes_) { in SetSupportInputType()
1335 if (device->classes & dhType) { in GetDevicesInfoByType()
[all …]
/ohos5.0/docs/en/application-dev/application-models/
H A Dstage-model-development-overview.md19 …plication components: UIAbility and ExtensionAbility. Both have specific classes and support objec…
23classes of ExtensionAbility for your scenarios, such as FormExtensionAbility for widget scenarios,…
30classes provide a variety of resources and capabilities that can be called during the runtime. The…
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-notification.md26classes **NotificationActionButton**, **NotificationBasicContent**, **NotificationContent**, **Not…
27classes **NotificationSubscribeInfo**, **NotificationSubscriber**, **SubscribeCallbackData**, and …
H A Dchangelogs-container.md4 …**, **LightWeightSet**, **HashMap**, **HashSet**, **TreeMap**, and **TreeSet** classes are changed.
11 Error code information is redefined for APIs in these classes and marked using **'@throws'** in the…
H A Dchangelogs-ability.md103 …rArgs**, **AbilityMonitor**, and **ShellCmdResult** are deleted. Use the classes with the same nam…
105 …- **AbilityRunningInfo** and **ExtensionRunningInfo** are deleted. Use the classes with the same n…
107 …essRunningInfo**, and **ProcessRunningInformation** are deleted. Use the classes with the same nam…
109 …- **MissionInfo**, **MissionListener**, and **MissionSnapshot** are deleted. Use the classes with …
111 …- **TriggerInfo** and **WantAgentInfo** are deleted. Use the classes with the same name in **@ohos…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/
H A Dchangelogs-notification.md26classes **NotificationActionButton**, **NotificationBasicContent**, **NotificationContent**, **Not…
27classes **NotificationSubscribeInfo**, **NotificationSubscriber**, **SubscribeCallbackData**, and …
H A Dchangelogs-container.md7 …**, **LightWeightSet**, **HashMap**, **HashSet**, **TreeMap**, and **TreeSet** classes are changed.
15 Error code information is redefined for APIs in these classes and marked using **'@throws'** in the…
H A Dchangelogs-ability.md105 …rArgs**, **AbilityMonitor**, and **ShellCmdResult** are deleted. Use the classes with the same nam…
107 …- **AbilityRunningInfo** and **ExtensionRunningInfo** are deleted. Use the classes with the same n…
109 …essRunningInfo**, and **ProcessRunningInformation** are deleted. Use the classes with the same nam…
111 …- **MissionInfo**, **MissionListener**, and **MissionSnapshot** are deleted. Use the classes with …
113 …- **TriggerInfo** and **WantAgentInfo** are deleted. Use the classes with the same name in **@ohos…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-observedV2-and-trace.md3 …use the \@ObservedV2 decorator and \@Trace decorator to decorate classes and properties in classes.
12 …and \@Trace decorators are used to decorate classes and properties in classes so that changes to t…
19 - Instances of \@ObservedV2 decorated classes cannot be serialized using **JSON.stringify**.
137 - Changes to properties decorated by \@Trace in nested classes decorated by \@ObservedV2
165 - Changes to properties decorated by \@Trace in inherited classes decorated by \@ObservedV2
191 - Changes to static properties decorated by \@Trace in classes decorated by \@ObservedV2
256 - \@ObservedV2 can decorate only classes.
266 - \@Trace cannot be used in classes that are not decorated by \@ObservedV2.
275 - \@Trace is a decorator for properties in classes and cannot be used in a struct.
380 - Instances of \@ObservedV2 decorated classes cannot be serialized using **JSON.stringify**.
[all …]
H A Darkts-new-type.md3 To avoid losing complex types of the properties when serializing classes, you can use the \@Type De…
29 1. \@Type can be used only in classes decorated by \@ObservedV2 and cannot be used in custom compon…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dcontainer-overview.md3 The container classes provide a set of methods to process elements of various data types stored in …
5 The container classes are implemented in a way similar to static languages. By restricting storage …
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py526 self.classes = []
620 self.classes.append(
644 self.classes.append(
667 if len(self.classes) > 0:
669 for cls in self.classes:
698 return self.classes
709 for cls in self.classes:
719 for cls in self.classes:
742 for cls in self.classes:
785 for cls in classes:
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.11/
H A Dchangelogs-arkcompiler.md10 ### 规则arkts-no-classes-as-obj
34 …和修改方式请参考[适配指导案例](../../../application-dev/quick-start/arkts-more-cases.md#arkts-no-classes-as-obj)。
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-multimedia-camera-overview.md34 - Major classes
36 …ss and its asynchronous callback classes to configure and access the camera functionalities. The t…
63 …ifies you of the successful creation. The following figure shows the time sequence between classes.
/ohos5.0/base/global/i18n/tools/
H A Ddata_process.py72 def numerized_dictionary(classes): argument
74 for group in classes:
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/
H A Dbmpplugin.pluginmeta6 "classes": [
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/
H A Dgifplugin.pluginmeta6 "classes": [
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/
H A Dheifplugin.pluginmeta6 "classes": [
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/
H A Dpngplugin.pluginmeta6 "classes": [
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/
H A Drawplugin.pluginmeta6 "classes": [
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/
H A Dsvgplugin.pluginmeta6 "classes": [
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.2/
H A Dchangelog-security.md8 For the released JavaScript APIs that use **ParamsSpec** and its child classes **IvParamsSpec**, **…
42 Change **algoName** to **algName** in **ParamsSpec** and its child classes **IvParamsSpec**, **GcmP…

1234567