/foundation/communication/dsoftbus/adapter/common/json/nlohmann/ |
D | softbus_adapter_json.cpp | 27 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/ |
D | parse_util.h | 66 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/ |
D | gst_venc_h265.h | 29 #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
|
D | gst_venc_h264.h | 29 #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
|
D | gst_venc_mpeg4.h | 29 #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/ |
D | gst_vdec_h265.h | 29 #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
|
D | gst_vdec_h264.h | 29 #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/ |
D | file_extension_info_napi.cpp | 81 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/ |
D | rdb_store_interface_test.cpp | 81 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/ |
D | ark_native_array.cpp | 43 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/ |
D | mmi_func_callback.h | 24 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/ |
D | gst_shmemory_wrap_allocator.h | 26 #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
|
D | gst_shmem_allocator.h | 30 #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/ |
D | gst_subtitle_display_sink.h | 24 #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/ |
D | js_utils.cpp | 39 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()
|
D | js_row.cpp | 54 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/ |
D | hcodec_list_unit_test.cpp | 47 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/ |
D | char_groups_test.cpp | 433 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/ |
D | gst_consumer_surface_pool.h | 27 #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
|
D | gst_consumer_surface_allocator.h | 26 #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
|
D | gst_shmem_src.h | 24 #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/ |
D | napi_pastedata.cpp | 65 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/ |
D | gst_shared_mem_sink.h | 24 #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
|
D | gst_video_display_sink.h | 24 #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/ |
D | gst_video_capture_pool.h | 26 #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
|