| /foundation/communication/dsoftbus/adapter/common/json/nlohmann/ |
| D | softbus_adapter_json.cpp | 28 JsonObj *obj = new (std::nothrow) JsonObj(); in JSON_CreateObject() local 44 void JSON_Delete(JsonObj *obj) in JSON_Delete() 60 void JSON_Free(void *obj) in JSON_Free() 67 char *JSON_PrintUnformatted(const JsonObj *obj) in JSON_PrintUnformatted() 95 JsonObj *obj = JSON_CreateObject(); in JSON_Parse() local 119 bool JSON_AddBoolToObject(JsonObj *obj, const char *key, bool value) in JSON_AddBoolToObject() 134 bool JSON_GetBoolFromOject(const JsonObj *obj, const char *key, bool *value) in JSON_GetBoolFromOject() 155 static bool JSON_AddIntegerToObject(JsonObj *obj, const char *key, Integer num) in JSON_AddIntegerToObject() 171 static bool JSON_GetIntegerFromObject(const JsonObj *obj, const char *key, Integer &value) in JSON_GetIntegerFromObject() 191 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 | 71 static inline void GetBoolFromJson(const nlohmann::json& obj, const std::string& key, bool& out) in GetBoolFromJson() 78 …static inline void GetStringFromJson(const nlohmann::json& obj, const std::string& key, std::strin… in GetStringFromJson() 85 …static inline void GetInt32FromJson(const nlohmann::json& obj, const std::string& key, int32_t& ou… in GetInt32FromJson() 92 static inline void GetStringArrayFromJson(const nlohmann::json& obj, const std::string& key, in GetStringArrayFromJson() 104 static inline void GetIntArrayFromJson(const nlohmann::json& obj, const std::string& key, in GetIntArrayFromJson() 116 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_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
|
| 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
|
| /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/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_navdestination_context.cpp | 30 JSRef<JSObject> obj = JSRef<JSObject>::New(); in CreateJSNavPathInfo() local 51 JSRef<JSObject> obj = JSRef<JSObject>::New(); in CreateJSNavPathStack() local 66 JSRef<JSObject> obj = JSRef<JSObject>::New(); in CreateJSObject() local
|
| D | js_row.cpp | 54 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local 65 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local 144 auto obj = new VerticalAlignDeclaration(align); in ConstructorCallback() local 148 void VerticalAlignDeclaration::DestructorCallback(VerticalAlignDeclaration* obj) in DestructorCallback()
|
| /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/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/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/graphic/graphic_2d/rosen/test/texgine/unittest/ |
| D | char_groups_test.cpp | 417 return [cgs](CharGroups &&obj) { in GetCharGroupsEqualChecker() 449 …ject = normalSubCgs1_, .arg1 = normalSubCgs2_, .checkFunc = [](CharGroups &arg1, CharGroups &obj) { in __anon584173a31202() 462 …{.object = emptyCgs_.Clone(), .arg1 = cg_, .checkFunc = [](CharGroup &arg1, CharGroups &obj) { in __anon584173a31302() 466 …{.object = normalCgs_.Clone(), .arg1 = cg_, .checkFunc = [](CharGroup &arg1, CharGroups &obj) { in __anon584173a31402() 472 …{.object = glyphsCgs_.Clone(), .arg1 = cg_, .checkFunc = [](CharGroup &arg1, CharGroups &obj) { in __anon584173a31502() 486 {.object = emptyCgs_.Clone(), .checkFunc = [](CharGroups &obj) {}}, in __anon584173a31602() 487 {.object = normalCgs_.Clone(), .checkFunc = [](CharGroups &obj) { in __anon584173a31702() 493 {.object = glyphsCgs_.Clone(), .checkFunc = [](CharGroups &obj) { in __anon584173a31802()
|
| /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/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 220 napi_value obj = nullptr; in InitNotifyType() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
| D | object_mgr.cpp | 33 void ObjectMgr::AddObject(void* obj) in AddObject() 39 bool ObjectMgr::HasObject(void* obj) in HasObject() 52 bool ObjectMgr::RemoveObject(void* obj) in RemoveObject()
|
| /foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
| D | audio_utils.h | 161 void ObjectRefMap<T>::Insert(T *obj) in Insert() 168 void ObjectRefMap<T>::Erase(T *obj) in Erase() 178 T *ObjectRefMap<T>::IncreaseRef(T *obj) in IncreaseRef() 190 void ObjectRefMap<T>::DecreaseRef(T *obj) in DecreaseRef() 195 delete obj; in DecreaseRef() local 201 ObjectRefMap<T>::ObjectRefMap(T *obj) in ObjectRefMap()
|
| /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/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
| D | cloud_sync_n_exporter.cpp | 32 napi_value obj = nullptr; in InitState() local 86 napi_value obj = nullptr; in InitCloudSyncState() local 101 napi_value obj = nullptr; in InitFileSyncState() local 119 napi_value obj = nullptr; in InitErrorType() local
|
| /foundation/multimedia/player_framework/services/engine/gstreamer/plugins/source/memsource/ |
| D | gst_consumer_surface_pool.h | 28 #define GST_CONSUMER_SURFACE_POOL(obj) \ argument 32 #define GST_CONSUMER_SURFACE_POOL_GET_CLASS(obj) \ argument 34 #define GST_IS_CONSUMER_SURFACE_POOL(obj) \ argument 38 #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
|
| /foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/memsink/ |
| 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
|
| 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
|