Home
last modified time | relevance | path

Searched refs:objects (Results 1 - 15 of 15) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
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);
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()
[all...]
H A Drelational_store.cpp682 std::vector<ValueObject> objects = selfObjects->Get(); in OH_Rdb_FindModifyTime() local
684 keys.reserve(objects.size()); in OH_Rdb_FindModifyTime()
685 for (auto &object : objects) { in OH_Rdb_FindModifyTime()
/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
[all...]
/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
[all...]
/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()
[all...]
/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()
/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()
520 objects.push_back(ValueObject(dataTypes[i].GetIntegerValue())); in InsertDates()
521 objects.push_back(ValueObject(dataTypes[i].GetLongValue())); in InsertDates()
522 objects.push_back(ValueObject(dataTypes[i].GetShortValue())); in InsertDates()
523 objects.push_back(ValueObject(dataTypes[i].GetBooleanValue())); in InsertDates()
526 objects.push_back(ValueObject(strByte.str())); in InsertDates()
530 objects.push_back(ValueObject(strByte.str())); in InsertDates()
531 objects.push_back(ValueObject(dataTypes[i].GetStringValue())); in InsertDates()
532 objects in InsertDates()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.h151 std::vector<T> objects; in operator std::vector() local
152 objects.reserve(value_.size()); in operator std::vector()
154 objects.emplace_back(std::move(proxy)); in operator std::vector()
157 return objects; in operator std::vector()
/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h47 UTILS_DL_LIST objects; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp667 auto objects = schema.objects(); in ParseCheckStructDefine() local
668 CHECK_NULL_UNLIKELY_RETURN_ERROR(objects); in ParseCheckStructDefine()
672 if (objIndex < 0 || static_cast<uint32_t>(objIndex) >= objects->size()) { // Unlikely in ParseCheckStructDefine()
675 auto structObj = (*objects)[objIndex]; in ParseCheckStructDefine()
914 auto selfObjects = bothSchema.first->objects(); in CompareStruct()
915 auto otherObjects = bothSchema.second->objects(); in CompareStruct()
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp376 static ValueTypes NativeValuesToCValueTypes(const std::map<std::string, PreferencesValue> &objects, int32_t &code) in NativeValuesToCValueTypes() argument
379 valueTypes.size = static_cast<int64_t>(objects.size()); in NativeValuesToCValueTypes()
392 for (auto const& [key, value] : objects) { in NativeValuesToCValueTypes()
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp328 vector<sptr<IRemoteObject>> objects; in HWTEST_F() local
335 objects.push_back(manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_)); in HWTEST_F()
336 testServices.push_back(iface_cast<IDBinderTestService>(objects[i])); in HWTEST_F()
364 * @tc.expected: step1.Get both objects successfully. in HWTEST_F()
391 * @tc.desc: Verify local client can transfer two different local objects to remote device.
402 * @tc.expected: step1.Get both objects successfully. in HWTEST_F()
415 * @tc.steps: step2.Transfer two binder objects to remote device. in HWTEST_F()
416 * @tc.expected: step2.Remote device receives the objects and use them to communicate with server. in HWTEST_F()
448 * @tc.expected: step1.Get both objects successfully. in HWTEST_F()
479 * @tc.desc: Verify transferring objects betwee
[all...]
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c274 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &ipcSkeleton->objects, DeathCallback, list) in CallDeathCallback()
/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c585 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &ipcSkeleton->objects, DeathCallback, list) in OnDatabusSessionClosed()

Completed in 14 milliseconds