Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jerryScript/
H A DjerryScript.pro38 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects \
39 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray \
84 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-array.c \
92 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-date.c \
110 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-json.c \
113 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-map.c \
114 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-math.c \
131 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-set.c \
148 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtins.c \
187 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/operations/ecma-objects-general.c \
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates_objects.cpp25 int RelationalPredicatesObjects::PutInt64(OH_VObject *objects, int64_t *value, uint32_t count) in PutInt64() argument
27 auto self = GetSelf(objects); in PutInt64()
39 int RelationalPredicatesObjects::PutDouble(OH_VObject *objects, double *value, uint32_t count) in PutDouble() argument
41 auto self = GetSelf(objects); in PutDouble()
53 int RelationalPredicatesObjects::PutText(OH_VObject *objects, const char *value) in PutText() argument
55 auto self = GetSelf(objects); in PutText()
65 int RelationalPredicatesObjects::PutTexts(OH_VObject *objects, const char **value, uint32_t count) in PutTexts() argument
67 auto self = GetSelf(objects); in PutTexts()
80 int RelationalPredicatesObjects::Destroy(OH_VObject *objects) in Destroy() argument
82 auto self = GetSelf(objects); in Destroy()
H A Drelational_predicates_objects.h31 static RelationalPredicatesObjects *GetSelf(OH_VObject *objects);
34 static int PutInt64(OH_VObject *objects, int64_t *value, uint32_t count);
35 static int PutDouble(OH_VObject *objects, double *value, uint32_t count);
36 static int PutText(OH_VObject *objects, const char *value);
37 static int PutTexts(OH_VObject *objects, const char **value, uint32_t count);
38 static int Destroy(OH_VObject *objects);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstorePredicatesJoinJsunit.test.js78 var objects = new Array();
80 objects.push(user.userId);
81 objects.push(user.firstName);
82 objects.push(user.lastName);
83 objects.push(user.age);
84 objects.push(user.balance);
87 await rdbStore.executeSql(USER_BULK_INSERT_STATEMENT, objects);
101 var objects = new Array();
103 objects.push(book.id);
104 objects.push(book.name);
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstorePredicatesJoinJsunit.test.js82 var objects = new Array();
84 objects.push(user.userId);
85 objects.push(user.firstName);
86 objects.push(user.lastName);
87 objects.push(user.age);
88 objects.push(user.balance);
91 await rdbStore.executeSql(USER_BULK_INSERT_STATEMENT, objects);
105 var objects = new Array();
107 objects.push(book.id);
108 objects.push(book.name);
[all …]
/ohos5.0/foundation/ai/ai_engine/test/common/encdec/
H A Dencdec_test.cpp51 StructWithPadding* objects; member
81 if (!CompareData(input.objects[i], output.objects[i])) { in CompareData()
125 AIE_NEW(structWithPointer.objects, StructWithPadding[objectsNum]); in GenStructWithPointer()
127 structWithPointer.objects[i] = GenStructWithPadding(g_int, g_char); in GenStructWithPointer()
135 AIE_DELETE_ARRAY(structWithPointer.objects); in ReleaseStructWithPointer()
249 if (RecursiveEncode(val.objects[i]) != RETCODE_SUCCESS) { in EncodeOneParameter()
265 AIE_NEW(val.objects, StructWithPadding[val.objectsNum]); in DecodeOneParameter()
267 if (RecursiveDecode(val.objects[i]) != RETCODE_SUCCESS) { in DecodeOneParameter()
268 AIE_DELETE_ARRAY(val.objects); in DecodeOneParameter()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_callback_handler.h35 static void Traverse(const std::vector<std::shared_ptr<JSCallbackObject>> &objects,
39 for (const auto &object : objects) {
50 …const std::vector<std::shared_ptr<JSCallbackObject>> &objects, const ArgContainer &argContainer, T… in Traverse() argument
53 for (const auto &object : objects) { in Traverse()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dsendable-freeze.md3objects can be frozen. Frozen objects become read-only objects and cannot be added, deleted, or mo…
54 3. Subthreads directly operate objects without locking them.
H A Dinterthread-communication-overview.md5 …a objects, the communication behavior between ArkTS threads is different, such as common JS object…
13 …r. TaskPool uses the standard Structured Clone algorithm. The larger the objects in concurrent com…
H A Darkts-sendable.md3objects. That is, the implementation is moved to the Native side, and the concurrent communication…
11 Unlike other ArkTS objects, data objects that comply with the Sendable protocol must be of a fixed …
15 …pability. It is applicable to scenarios where developers customize large objects that require inte…
21 …complies with the Sendable protocol (hereinafter referred to as Sendable objects) can be transferr…
88 > - The transfer of JS built-in objects between concurrent instances complies with the structured c…
97 …nces. Whether the Sendable shared object is alive depends on whether the objects of all concurrent…
103 … referenced by all concurrent instances. However, SharedHeap cannot reference objects in LocalHeap.
116 | Property type restrictions for decorated objects| 1. The following types are supported: string, n…
117 | Other property restrictions for decorated objects| Member properties must be initialized explicit…
118 | Restrictions on method parameters in decorated functions or class objects| Local variables, input…
H A Dgc-introduction.md14 - Old Space: stores old generation, that is, long-surviving objects. Multiple algorithms are used t…
15 - Huge Object Space: stores huge objects. A separate region is used to store a huge object.
17 - Non-Movable Space: stores unmovable objects.
112 - **Description**: Reclaims the young-generation objects newly allocated to Semi Space.
183 - Description: Selects a region with a small number of living objects and a low reclamation cost fo…
194 - Shared Old Space: stores common shared objects. The young generation and old generation are not d…
195 - Shared Huge Object Space: stores huge shared objects. A separate region is used to store a huge o…
197 - Shared Non-Movable Space: stores unmovable shared objects.
199 …are objects between threads. It improves efficiency and reduces memory usage. The shared heap does…
280 - **NativeBindingSize**: size of the native memory bound to the objects in the heap of the current …
[all …]
H A Darkts-sendable-module.md5 …e in the same thread and multiple times in different threads. New module objects are generated in …
26 - Variables exported by a shared module must be sendable objects.
28 …ncurrent instances. Therefore, all objects exported by a module must be shareable. For details abo…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.31/
H A Dchangelogs-arkdata.md45objects, the system attempts to set up connections with all the devices on the network with the sa…
49objects is allowed only between devices in [cross-device migration](../../../application-dev/appli…
65objects-in-cross-device-migration) and [Using Distributed Data Objects in Multi-Device Collaborati…
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Drawheap-translator.md93 [INFO] RawHeapTranslate::Translate: start to read objects
95 [INFO] RawHeapTranslate::Translate: read objects finish!
120 [INFO] RawHeapTranslate::Translate: start to read objects
122 [INFO] RawHeapTranslate::Translate: read objects finish!
147 [INFO] RawHeapTranslate::Translate: start to read objects
149 [INFO] RawHeapTranslate::Translate: read objects finish!
174 [INFO] RawHeapTranslate::Translate: start to read objects
176 [INFO] RawHeapTranslate::Translate: read objects finish!
235 [INFO] RawHeapTranslate::Translate: start to read objects
237 [INFO] RawHeapTranslate::Translate: read objects finish!
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_process_skeleton.c71 UtilsListInit(&temp->objects); in IpcProcessSkeleton()
181 UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_ipcSkeleton->objects, DeathCallback, list) in DeleteHandle()
230 UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_ipcSkeleton->objects, DeathCallback, list) in FirstAddObject()
249 UtilsListAdd(&g_ipcSkeleton->objects, &node->list); in FirstAddObject()
292 UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_ipcSkeleton->objects, DeathCallback, list) in ProcessAddDeathRecipient()
347 UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_ipcSkeleton->objects, DeathCallback, list) in ProcessRemoveDeathRecipient()
435 UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_ipcSkeleton->objects, DeathCallback, list) in DeleteAllNode()
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-jsleakwatcher.md3 This module provides the capability of monitoring whether JS objects are leaked.
64 Obtains the list of objects that are registered using **jsLeakWatcher.watch()** and may leak. Objec…
72 | string | List of objects that are suspected to leak, in JSON format.|
84 Exports the list of leaked objects and VM memory snapshot.
/ohos5.0/docs/en/application-dev/tools/
H A Drawheap-translator.md88 [INFO] RawHeapTranslate::Translate: start to read objects
90 [INFO] RawHeapTranslate::Translate: read objects finish!
115 [INFO] RawHeapTranslate::Translate: start to read objects
117 [INFO] RawHeapTranslate::Translate: read objects finish!
142 [INFO] RawHeapTranslate::Translate: start to read objects
144 [INFO] RawHeapTranslate::Translate: read objects finish!
169 [INFO] RawHeapTranslate::Translate: start to read objects
171 [INFO] RawHeapTranslate::Translate: read objects finish!
184 …cenario, when the ArkTS heap memory usage is high and the number of live objects is large, the tim…
230 [INFO] RawHeapTranslate::Translate: start to read objects
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Ddrawable__descriptor_8h.md33 …, int32_t size) | Creates a **DrawableDescriptor** object with an array of **PixelMap** objects. |
36 …abledescriptor) \*drawableDescriptor) | Obtains an array of **PixelMap** objects for playing an an…
37 …abledescriptor) \*drawableDescriptor) | Obtains an array of **PixelMap** objects for playing an an…
/ohos5.0/docs/en/application-dev/database/
H A Ddata-sync-of-distributed-data-object.md35 The distributed data objects are encapsulated JS objects in distributed in-memory databases, and ca…
55objects is to implement data sync between objects. Distributed data objects are created locally fo…
57 …session ID **session1**, and sync relationship of session 1 is established between the two objects.
65 …hed, each session has a copy of shared object data. The distributed data objects added to a sessio…
86 **Figure 3** Sync of distributed data objects
94 Distributed data objects run in the process space of applications. After the data of a distributed …
96 You need to persist distributed data objects in the following scenarios:
112 - Data can be synced for the distributed data objects with the same session ID.
114 …KB to 150 KB of memory. Therefore, you are advised not to create too many distributed data objects.
137 | genSessionId(): string | Generates a session ID for distributed data objects.|
[all …]
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-getTarget.md13 The state management framework adds proxies to original objects of the Class, Date, Map, Set, and A…
21 - In state management V1, a proxy is added to the class objects decorated by @Observed and the Clas…
24 Use **getTarget** to obtain the original objects of these proxy objects.
75 State management V1 adds proxies to objects in the following scenarios:
77 …is class instance is created, a proxy is added to the instance. However, objects that are not crea…
122 Use **UIUtils.getTarget** to obtain the original objects before proxies are added.
200 Use **UIUtils.getTarget** to obtain the original objects before proxies are added.
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-overview.md57 … C APIs: [C APIs dependent on JS objects](../../reference/apis-image-kit/image.md) and [C APIs ind…
58 - C APIs that depend on JS objects
62 - C APIs independent of JS objects
/ohos5.0/docs/en/design/ux-design/
H A Danimation-attributes.md36 …up or slow down, rather than moving at a constant speed. The movement of objects in the real world…
58 Usage: Use the standard curve for objects that remain within the users' line of sight before and af…
78 …eleration curve for objects that appear in the line of sight. The natural slowdown at the end allo…
97 Usage: Use the acceleration curve for objects moving out.
140 Critical damping allows objects to reach the stable equilibrium state in the minimum amount of time…
147 The damping is weak, and objects consume rigid energy by oscillations and finally achieve a stable …
154 When the damping is too large, the motion curve of objects is attenuated more slowly, and finally t…
178 Usage: Use the elastic curve for objects that move with the hand or that need to display the spring…
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp518 std::vector<ValueObject> objects; in InsertDates() local
519 objects.push_back(ValueObject(dataTypes[i].GetId())); in InsertDates()
521 objects.push_back(ValueObject(dataTypes[i].GetLongValue())); in InsertDates()
526 objects.push_back(ValueObject(strByte.str())); in InsertDates()
530 objects.push_back(ValueObject(strByte.str())); in InsertDates()
532 objects.push_back(ValueObject(dataTypes[i].GetBlobValue())); in InsertDates()
540 objects.push_back(ValueObject(str1)); in InsertDates()
547 objects.push_back(ValueObject(strByte.str())); in InsertDates()
551 objects.push_back(ValueObject(strByte.str())); in InsertDates()
558 objects.push_back(ValueObject(str2)); in InsertDates()
[all …]
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-JavaScript-coding-style-guide.md440 **Note:** Using 'with' makes your code semantically unclear, because objects of 'with' may conflict…
456 + Global objects (in most cases)
460 + Other objects (if the function is called() or apply())
500 #### Rule 3.7 Prototypes of built-in objects cannot be modified.
502 **Note:** As a set of public interfaces, built-in objects have conventional behaviors. Modifying th…
514 …y created object. `Object.create(null)` is a common pattern for creating objects used as maps. Une…
534 …onments. Therefore, this attribute is not fully compatible. For example, objects with null prototy…
593objects. Both IE and Firefox use reference counting to process memory for DOM objects. In the refe…
713 Similarly, use `{}` instead of `new Object()` to create objects.
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.h151 std::vector<T> objects; in vector() local
152 objects.reserve(value_.size()); in vector()
154 objects.emplace_back(std::move(proxy)); in vector()
157 return objects; in vector()

12345678910>>...18