/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.cpp | 135 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 D | object_registry.h | 136 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 D | plugin_metadata.h | 28 "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 D | input_hub.cpp | 231 …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 D | stage-model-development-overview.md | 19 …plication components: UIAbility and ExtensionAbility. Both have specific classes and support objec… 23 …classes of ExtensionAbility for your scenarios, such as FormExtensionAbility for widget scenarios,… 30 …classes 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 D | changelogs-notification.md | 26 …classes **NotificationActionButton**, **NotificationBasicContent**, **NotificationContent**, **Not… 27 …classes **NotificationSubscribeInfo**, **NotificationSubscriber**, **SubscribeCallbackData**, and …
|
H A D | changelogs-container.md | 4 …**, **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 D | changelogs-ability.md | 103 …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 D | changelogs-notification.md | 26 …classes **NotificationActionButton**, **NotificationBasicContent**, **NotificationContent**, **Not… 27 …classes **NotificationSubscribeInfo**, **NotificationSubscriber**, **SubscribeCallbackData**, and …
|
H A D | changelogs-container.md | 7 …**, **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 D | changelogs-ability.md | 105 …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 D | arkts-new-observedV2-and-trace.md | 3 …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 D | arkts-new-type.md | 3 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 D | container-overview.md | 3 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 D | file_parser.py | 526 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 D | changelogs-arkcompiler.md | 10 ### 规则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 D | subsys-multimedia-camera-overview.md | 34 - 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 D | data_process.py | 72 def numerized_dictionary(classes): argument 74 for group in classes:
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/ |
H A D | bmpplugin.pluginmeta | 6 "classes": [
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/ |
H A D | gifplugin.pluginmeta | 6 "classes": [
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/ |
H A D | heifplugin.pluginmeta | 6 "classes": [
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/ |
H A D | pngplugin.pluginmeta | 6 "classes": [
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/ |
H A D | rawplugin.pluginmeta | 6 "classes": [
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/ |
H A D | svgplugin.pluginmeta | 6 "classes": [
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.2/ |
H A D | changelog-security.md | 8 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…
|