Home
last modified time | relevance | path

Searched defs:objects (Results 1 – 16 of 16) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_predicates_objects.cpp27 int RelationalPredicatesObjects::PutInt64(OH_VObject *objects, int64_t *value, uint32_t count) in PutInt64()
41 int RelationalPredicatesObjects::PutDouble(OH_VObject *objects, double *value, uint32_t count) in PutDouble()
55 int RelationalPredicatesObjects::PutText(OH_VObject *objects, const char *value) in PutText()
67 int RelationalPredicatesObjects::PutTexts(OH_VObject *objects, const char **value, uint32_t count) in PutTexts()
82 int RelationalPredicatesObjects::Destroy(OH_VObject *objects) in Destroy()
Drelational_store.cpp775 std::vector<ValueObject> objects = selfObjects->Get(); in OH_Rdb_FindModifyTime() local
/foundation/communication/dsoftbus/core/connection/common/src/
Dsoftbus_rc_collection.c32 SoftBusList *objects = collection->objects; in AllocateUniqueIdUnsafe() local
49 SoftBusList *objects = collection->objects; in SoftBusRcSave() local
81 SoftBusList *objects = collection->objects; in SoftBusRcGetCommon() local
126 SoftBusList *objects = collection->objects; in SoftBusRcRemove() local
152 SoftBusList *objects = CreateSoftBusList(); in SoftBusRcCollectionConstruct() local
164 SoftBusList *objects = collection->objects; in SoftBusRcCollectionDestruct() local
/foundation/graphic/graphic_3d/lume/LumeMeta/benchmark/src/
Dobject_registry_benchmarks.cpp54 std::deque<IObject::Ptr> objects; in ManyObjects() local
66 std::deque<IObject::Ptr> objects; in ManyObjectsWithAddAndRemove() local
/foundation/arkui/ace_engine/interfaces/ets/ani/promptaction/src/
DpromptActionUtils.cpp303 bool ParseResourceParamId(ani_env *env, ani_object objects, ResourceInfo& info) in ParseResourceParamId()
312 bool ParseResourceParamBundleName(ani_env *env, ani_object objects, ResourceInfo& info) in ParseResourceParamBundleName()
322 bool ParseResourceParamModuleName(ani_env *env, ani_object objects, ResourceInfo& info) in ParseResourceParamModuleName()
332 bool ParseResourceParamType(ani_env *env, ani_object objects, ResourceInfo& info) in ParseResourceParamType()
349 bool ParseResourceParamName(ani_env *env, ani_object objects, ResourceInfo& info) in ParseResourceParamName()
377 bool ParseResourceParam(ani_env *env, ani_object objects, ResourceInfo& info) in ParseResourceParam()
659 bool GetToastObjectShadow(ani_env *env, ani_object objects, OHOS::Ace::Shadow& shadowProps) in GetToastObjectShadow()
687 bool ParseShadowOptionsFill(ani_env *env, ani_object objects, bool& isFilled) in ParseShadowOptionsFill()
704 bool ParseShadowOptionsOffsetX(ani_env *env, ani_object objects, double& offset) in ParseShadowOptionsOffsetX()
720 bool ParseShadowOptionsOffsetY(ani_env *env, ani_object objects, double& offset) in ParseShadowOptionsOffsetY()
[all …]
/foundation/communication/dsoftbus/core/connection/common/include/
Dsoftbus_rc_collection.h32 SoftBusList *objects; member
/foundation/communication/ipc/ipc/native/c/manager/include/
Dipc_process_skeleton.h47 DL_LIST objects; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
Dvalue_proxy.h151 std::vector<T> objects; variable
/foundation/ai/ai_engine/test/common/encdec/
Dencdec_test.cpp51 StructWithPadding* objects; member
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
Dpreferences_impl.cpp376 static ValueTypes NativeValuesToCValueTypes(const std::map<std::string, PreferencesValue> &objects,… in NativeValuesToCValueTypes()
/foundation/graphic/graphic_3d/lume/LumeEngine/test/api_unit_test/src/util/
Djson_test.cpp441 … constexpr const char* objects[] = { "", "{", "{ ", "{foo", "{\"foo", "{\"foo\"", "{\"foo\"42", in ParseInvalid() local
/foundation/multimedia/av_session/services/session/ipc/stub/
Davsession_service_stub.cpp856 std::vector<sptr<IRemoteObject>> objects; in HandleGetDistributedSessionControllersInner() local
/foundation/communication/ipc/dbinder/test/distributedtest/src/
Ddbinder_distributed_test.cpp329 vector<sptr<IRemoteObject>> objects; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dflatbuffer_schema.cpp667 auto objects = schema.objects(); in ParseCheckStructDefine() local
/foundation/multimedia/av_session/services/session/ipc/proxy/
Davsession_service_proxy.cpp786 std::vector<sptr<IRemoteObject>> objects; in GetDistributedSessionControllers() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_predicates_test.cpp524 std::vector<ValueObject> objects; in InsertDates() local