Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
Dsoftbus_adapter_json.cpp27 JsonObj *obj = new (std::nothrow) JsonObj(); in JSON_CreateObject() local
43 void JSON_Delete(JsonObj *obj) in JSON_Delete()
59 void JSON_Free(void *obj) in JSON_Free()
66 char *JSON_PrintUnformatted(const JsonObj *obj) in JSON_PrintUnformatted()
92 JsonObj *obj = JSON_CreateObject(); in JSON_Parse() local
116 bool JSON_AddBoolToObject(JsonObj *obj, const char *key, bool value) in JSON_AddBoolToObject()
130 bool JSON_GetBoolFromOject(const JsonObj *obj, const char *key, bool *value) in JSON_GetBoolFromOject()
150 static bool JSON_AddIntegerToObject(JsonObj *obj, const char *key, Integer num) in JSON_AddIntegerToObject()
165 static bool JSON_GetIntegerFromObject(const JsonObj *obj, const char *key, Integer &value) in JSON_GetIntegerFromObject()
184 bool JSON_AddInt16ToObject(JsonObj *obj, const char *key, int16_t value) in JSON_AddInt16ToObject()
[all …]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
Dparse_util.h66 static inline void GetBoolFromJson(const nlohmann::json& obj, const std::string& key, bool& out) in GetBoolFromJson()
73 …static inline void GetStringFromJson(const nlohmann::json& obj, const std::string& key, std::strin… in GetStringFromJson()
80 …static inline void GetInt32FromJson(const nlohmann::json& obj, const std::string& key, int32_t& ou… in GetInt32FromJson()
87 static inline void GetStringArrayFromJson(const nlohmann::json& obj, const std::string& key, in GetStringArrayFromJson()
99 static inline void GetIntArrayFromJson(const nlohmann::json& obj, const std::string& key, in GetIntArrayFromJson()
111 static inline void GetIntArrayFromJson(const nlohmann::json& obj, const std::string& key, in GetIntArrayFromJson()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/codec/common/venc/
Dgst_venc_h265.h29 #define GST_VENC_H265(obj) \ argument
33 #define GST_VENC_H265_GET_CLASS(obj) \ argument
35 #define GST_IS_VENC_H265(obj) \ argument
37 #define GST_IS_VENC_H265_CLASS(obj) \ argument
Dgst_venc_h264.h29 #define GST_VENC_H264(obj) \ argument
33 #define GST_VENC_H264_GET_CLASS(obj) \ argument
35 #define GST_IS_VENC_H264(obj) \ argument
37 #define GST_IS_VENC_H264_CLASS(obj) \ argument
Dgst_venc_mpeg4.h29 #define GST_VENC_Mpeg4(obj) \ argument
33 #define GST_VENC_Mpeg4_GET_CLASS(obj) \ argument
35 #define GST_IS_VENC_Mpeg4(obj) \ argument
37 #define GST_IS_VENC_Mpeg4_CLASS(obj) \ argument
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/codec/common/vdec/
Dgst_vdec_h265.h29 #define GST_VDEC_H265(obj) \ argument
33 #define GST_VDEC_H265_GET_CLASS(obj) \ argument
35 #define GST_IS_VDEC_H265(obj) \ argument
37 #define GST_IS_VDEC_H265_CLASS(obj) \ argument
Dgst_vdec_h264.h29 #define GST_VDEC_H264(obj) \ argument
33 #define GST_VDEC_H264_GET_CLASS(obj) \ argument
35 #define GST_IS_VDEC_H264(obj) \ argument
37 #define GST_IS_VDEC_H264_CLASS(obj) \ argument
/foundation/filemanagement/user_file_service/frameworks/js/napi/common/
Dfile_extension_info_napi.cpp81 napi_value obj = nullptr; in InitDeviceFlag() local
96 napi_value obj = nullptr; in InitDocumentFlag() local
115 napi_value obj = nullptr; in InitFileInfo() local
134 napi_value obj = nullptr; in InitDeviceType() local
154 napi_value obj = nullptr; in InitRootInfo() local
168 napi_value obj = nullptr; in InitOpenFlags() local
187 napi_value obj = nullptr; in InitQueryFlags() local
202 napi_value obj = nullptr; in InitCopyResult() local
218 napi_value obj = nullptr; in InitNotifyType() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_interface_test.cpp81 ValueObject obj = ValueObject(); variable
95 ValueObject obj = ValueObject(inputVal); variable
112 ValueObject obj = ValueObject(inputVal); variable
129 ValueObject obj = ValueObject(inputVal); variable
146 ValueObject obj = ValueObject(inputVal); variable
167 ValueObject obj = ValueObject(inputVal); variable
192 ValueObject obj; variable
276 ValueObject obj; variable
/foundation/arkui/napi/native_engine/impl/ark/native_value/
Dark_native_array.cpp43 Global<ObjectRef> obj = value_; in SetElement() local
52 Global<ObjectRef> obj = value_; in GetElement() local
61 Global<ObjectRef> obj = value_; in HasElement() local
69 Global<ObjectRef> obj = value_; in DeleteElement() local
77 Global<ArrayRef> obj = value_; in GetLength() local
/foundation/multimodalinput/input/util/common/include/
Dmmi_func_callback.h24 auto MsgCallbackBind1(MemberFunType func, ClassType* obj) in MsgCallbackBind1()
30 auto MsgCallbackBind2(MemberFunType func, ClassType* obj) in MsgCallbackBind2()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/common/
Dgst_shmemory_wrap_allocator.h26 #define GST_SHMEMORY_WRAP_ALLOCATOR(obj) \ argument
30 #define GST_IS_SHMEMORY_WRAP_ALLOCATOR(obj) \ argument
34 #define GST_SHMEMORY_WRAP_ALLOCATOR_CAST(obj) ((GstShMemoryWrapAllocator*)(obj)) argument
Dgst_shmem_allocator.h30 #define GST_SHMEM_ALLOCATOR(obj) \ argument
34 #define GST_IS_SHMEM_ALLOCATOR(obj) \ argument
38 #define GST_SHMEM_ALLOCATOR_CAST(obj) ((GstShMemAllocator*)(obj)) argument
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/subtitlesink/
Dgst_subtitle_display_sink.h24 #define GST_SUBTITLE_DISPLAY_SINK(obj) \ argument
28 #define GST_IS_SUBTITLE_DISPLAY_SINK(obj) \ argument
32 #define GST_SUBTITLE_DISPLAY_SINK_CAST(obj) ((GstSubtitleDisplaySink*)(obj)) argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_utils.cpp39 RefPtr<PixelMap> CreatePixelMapFromNapiValue(JSRef<JSVal> obj) in CreatePixelMapFromNapiValue()
79 void* UnwrapNapiValue(const JSRef<JSVal>& obj) in UnwrapNapiValue()
104 RefPtr<PixelMap> GetDrawablePixmap(JSRef<JSVal> obj) in GetDrawablePixmap()
109 const std::shared_ptr<Rosen::RSNode> CreateRSNodeFromNapiValue(JSRef<JSVal> obj) in CreateRSNodeFromNapiValue()
122 RefPtr<OHOS::Ace::WantWrap> CreateWantWrapFromNapiValue(JSRef<JSVal> obj) in CreateWantWrapFromNapiValue()
Djs_row.cpp54 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
66 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
146 auto obj = new VerticalAlignDeclaration(align); in ConstructorCallback() local
150 void VerticalAlignDeclaration::DestructorCallback(VerticalAlignDeclaration* obj) in DestructorCallback()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
Dhcodec_list_unit_test.cpp47 string HCodecListUnitTest::GetPrintInfo(const Range& obj) in GetPrintInfo()
54 string HCodecListUnitTest::GetPrintInfo(const ImgSize& obj) in GetPrintInfo()
61 string HCodecListUnitTest::GetPrintInfo(const vector<int32_t>& obj) in GetPrintInfo()
72 string HCodecListUnitTest::GetPrintInfo(const map<int32_t, vector<int32_t>>& obj) in GetPrintInfo()
83 string HCodecListUnitTest::GetPrintInfo(const map<ImgSize, Range>& obj) in GetPrintInfo()
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
Dchar_groups_test.cpp433 return [cgs](CharGroups &&obj) { in GetCharGroupsEqualChecker()
469 …ject = normalSubCgs1_, .arg1 = normalSubCgs2_, .checkFunc = [](CharGroups &arg1, CharGroups &obj) { in __anon989174c21202()
483 …{.object = emptyCgs_.Clone(), .arg1 = cg_, .checkFunc = [](CharGroup &arg1, CharGroups &obj) { in __anon989174c21302()
487 …{.object = normalCgs_.Clone(), .arg1 = cg_, .checkFunc = [](CharGroup &arg1, CharGroups &obj) { in __anon989174c21402()
493 …{.object = glyphsCgs_.Clone(), .arg1 = cg_, .checkFunc = [](CharGroup &arg1, CharGroups &obj) { in __anon989174c21502()
508 {.object = emptyCgs_.Clone(), .checkFunc = [](CharGroups &obj) {}}, in __anon989174c21602()
509 {.object = normalCgs_.Clone(), .checkFunc = [](CharGroups &obj) { in __anon989174c21702()
515 {.object = glyphsCgs_.Clone(), .checkFunc = [](CharGroups &obj) { in __anon989174c21802()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/source/memsource/
Dgst_consumer_surface_pool.h27 #define GST_CONSUMER_SURFACE_POOL(obj) \ argument
31 #define GST_CONSUMER_SURFACE_POOL_GET_CLASS(obj) \ argument
33 #define GST_IS_CONSUMER_SURFACE_POOL(obj) \ argument
37 #define GST_CONSUMER_SURFACE_POOL_CAST(obj) ((GstConsumerSurfacePool*)(obj)) argument
Dgst_consumer_surface_allocator.h26 #define GST_CONSUMER_SURFACE_ALLOCATOR(obj) \ argument
30 #define GST_IS_CONSUMER_SURFACE_ALLOCATOR(obj) \ argument
34 #define GST_CONSUMER_SURFACE_ALLOCATOR_CAST(obj) ((GstConsumerSurfaceAllocator*)(obj)) argument
Dgst_shmem_src.h24 #define GST_SHMEM_SRC(obj) \ argument
28 #define GST_IS_SHMEM_SRC(obj) \ argument
32 #define GST_SHMEM_SRC_CAST(obj) ((GstShmemSrc*)(obj)) argument
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
Dnapi_pastedata.cpp65 PasteDataNapi *obj = nullptr; in AddHtmlRecord() local
95 PasteDataNapi *obj = nullptr; in AddPixelMapRecord() local
122 PasteDataNapi *obj = nullptr; in AddTextRecord() local
149 PasteDataNapi *obj = nullptr; in AddUriRecord() local
169 PasteDataNapi *obj = nullptr; in GetPrimaryHtml() local
197 PasteDataNapi *obj = nullptr; in GetPrimaryPixelMap() local
224 PasteDataNapi *obj = nullptr; in GetPrimaryText() local
252 PasteDataNapi *obj = nullptr; in GetPrimaryUri() local
291 PasteDataNapi *obj = nullptr; in HasMimeType() local
322 PasteDataNapi *obj = nullptr; in RemoveAndGetRecordCommon() local
[all …]
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/memsink/
Dgst_shared_mem_sink.h24 #define GST_SHARED_MEM_SINK(obj) \ argument
28 #define GST_IS_SHARED_MEM_SINK(obj) \ argument
32 #define GST_SHARED_MEM_SINK_CAST(obj) ((GstSharedMemSink*)(obj)) argument
Dgst_video_display_sink.h24 #define GST_VIDEO_DISPLAY_SINK(obj) \ argument
28 #define GST_IS_VIDEO_DISPLAY_SINK(obj) \ argument
32 #define GST_VIDEO_DISPLAY_SINK_CAST(obj) ((GstVideoDisplaySink*)(obj)) argument
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/source/videocapture/include/
Dgst_video_capture_pool.h26 #define GST_VIDEO_CAPTURE_POOL(obj) \ argument
30 #define GST_IS_VIDEO_CAPTURE_POOL(obj) \ argument
34 #define GST_VIDEO_CAPTURE_POOL_CAST(obj) ((GstVideoCapturePool*)(obj)) argument

12345678910>>...20