| /foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
| H A D | svg_dom.h | 47 RefPtr<RenderNode> root; member
|
| /foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
| H A D | event_controller.cpp | 122 void GetMatchedNodes(const std::string& pageUrl, const RefPtr<NG::UINode>& root, in GetMatchedNodes() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
| H A D | rich_editor_pattern_testtwo_ng.cpp | 736 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); in HWTEST_F() local 758 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/manager/ |
| H A D | shared_overlay_manager_test_ng.cpp | 77 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); in SetUp() local 101 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
| H A D | form_node_test.cpp | 217 auto root = formNode1->GetParent(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | inspector.cpp | 39 RefPtr<V2::InspectorComposedElement> GetInspectorByKey(const RefPtr<RootElement>& root, const std::string& key) in GetInspectorByKey() argument 172 auto root = AceType::DynamicCast<Element>(context->GetRootElement()); in GetInspectorTree() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | rosen_window.cpp | 198 void RosenWindow::SetRootFrameNode(const RefPtr<NG::FrameNode>& root) in SetRootFrameNode() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | startable_object_controller.cpp | 139 void IterateHierarchy(const IObject::Ptr& root, bool reverse, Callback&& callback) in IterateHierarchy() argument 220 void StartableObjectController::StartHierarchy(const IObject::Ptr& root, ControlBehavior behavior) in StartHierarchy() argument 253 StopHierarchy(const IObject::Ptr& root, ControlBehavior behavior) StopHierarchy() argument [all...] |
| H A D | object_hierarchy_observer.cpp | 224 void ObjectHierarchyObserver::SetTarget(const IObject::Ptr& root, HierarchyChangeModeValue mode) in SetTarget() argument 313 Subscribe( const IObject::Ptr& root, HierarchyChangeObjectType type, const IObject::WeakPtr& parent) Subscribe() argument 357 Unsubscribe(const IObject::Ptr& root) Unsubscribe() argument [all...] |
| /foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
| H A D | audio_device_parser.cpp | 42 xmlNode *root = xmlDocGetRootElement(mDoc_); in Parse() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuidirector_fuzzer/ |
| H A D | rsuidirector_fuzzer.cpp | 269 NodeId root = GetData<NodeId>();
in DoSetRoot() local
|
| /foundation/multimedia/image_framework/plugins/manager/src/framework/ |
| H A D | plugin.cpp | 278 json root = nlohmann::json::parse(metadata, nullptr, false); // no callback, no exceptions in RegisterMetadata() local
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | image_napi_utils.cpp | 34 bool ImageNapiUtils::GetBufferByName(napi_env env, napi_value root, const char* name, void **res, size_t* len) in GetBufferByName() argument 45 bool ImageNapiUtils::GetUint32ByName(napi_env env, napi_value root, const char* name, uint32_t *res) in GetUint32ByName() argument 56 bool ImageNapiUtils::GetInt32ByName(napi_env env, napi_value root, const char* name, int32_t *res) in GetInt32ByName() argument 67 bool ImageNapiUtils::GetDoubleByName(napi_env env, napi_value root, const char* name, double *res) in GetDoubleByName() argument 78 bool ImageNapiUtils::GetBoolByName(napi_env env, napi_value root, const char* name, bool *res) in GetBoolByName() argument 89 GetNodeByName(napi_env env, napi_value root, const char* name, napi_value *res) GetNodeByName() argument 96 GetUtf8String(napi_env env, napi_value root, std::string &res, bool eof) GetUtf8String() argument 130 CreateNapiInt32(napi_env env, int32_t value, napi_value &root) CreateNapiInt32() argument 138 CreateNapiDouble(napi_env env, double value, napi_value &root) CreateNapiDouble() argument 146 getType(napi_env env, napi_value root) getType() argument 153 ParseSize(napi_env env, napi_value root, int32_t& width, int32_t& height) ParseSize() argument [all...] |
| /foundation/resourceschedule/background_task_mgr/services/common/src/ |
| H A D | data_storage_helper.cpp | 48 nlohmann::json root; in RefreshTaskRecord() local 63 nlohmann::json root; in RestoreTaskRecord() local 88 nlohmann::json root; in RestoreResourceRecord() local 227 nlohmann::json root; ConvertMapToString() local 237 ConvertMapToJson(const ResourceRecordMap &appRecord, nlohmann::json &root) ConvertMapToJson() argument 246 DivideJsonToMap(nlohmann::json &root, ResourceRecordMap &appRecord, ResourceRecordMap &processRecord) DivideJsonToMap() argument [all...] |
| /foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
| H A D | para_config.cpp | 86 void ParaConfig::ReadConfigInfo(const xmlNodePtr& root) in ReadConfigInfo() argument 98 void ParaConfig::ReadFpsConfig(const xmlNodePtr& root) in ReadFpsConfig() argument 110 void ParaConfig::ReadRenderType(const xmlNodePtr& root) in ReadRenderType() argument 148 void ParaConfig::ReadFrameConfig(const xmlNodePtr& root) in ReadFrameConfig() argument 183 ReadAttr(xmlNodePtr& root, const std::string& attrName, std::string& res) ReadAttr() argument [all...] |
| /foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
| H A D | continuous_task_record.cpp | 146 nlohmann::json root;
in ParseToJsonStr() local [all...] |
| /foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
| H A D | hisysevent_observer.cpp | 100 nlohmann::json root = nlohmann::json::parse(eventDetail, nullptr, false); OnEvent() local 116 ProcessHiSysEvent(const std::string& eventName, const nlohmann::json& root) ProcessHiSysEvent() argument 132 ProcessAvCodecEvent(const nlohmann::json& root, const std::string& eventName) ProcessAvCodecEvent() argument 165 ProcessRunningLockEvent(const nlohmann::json& root, const std::string& eventName) ProcessRunningLockEvent() argument 218 ProcessAudioEvent(const nlohmann::json& root, const std::string& eventName) ProcessAudioEvent() argument 265 ProcessCameraEvent(const nlohmann::json& root, const std::string& eventName) ProcessCameraEvent() argument 290 ProcessBluetoothEvent(const nlohmann::json& root, const std::string& eventName) ProcessBluetoothEvent() argument 325 ProcessWifiEvent(const nlohmann::json& root, const std::string& eventName) ProcessWifiEvent() argument [all...] |
| /foundation/window/window_manager/interfaces/kits/napi/screenshot/ |
| H A D | native_screenshot_module.cpp | 57 static napi_valuetype GetType(napi_env env, napi_value root) in GetType() argument
|
| /foundation/communication/netstack/frameworks/cj/http/src/ |
| H A D | lru_cache_disk_handler.cpp | 140 cJSON* root = cJSON_CreateObject(); in WriteCacheToJsonValue() local 159 void LRUCache::ReadCacheFromJsonValue(const cJSON* root) in ReadCacheFromJsonValue() argument 256 cJSON *root = cJSON_Parse(jsonStr.c_str()); in ReadJsonValueFromFile() local 264 void LRUCacheDiskHandler::WriteJsonValueToFile(const cJSON *root) in WriteJsonValueToFile() argument 291 cJSON *root = ReadJsonValueFromFile(); ReadCacheFromJsonFile() local 304 cJSON *root = ReadJsonValueFromFile(); Get() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/ |
| H A D | water_version_manager.cpp | 340 json root; in ToAnonymousString() local
|
| /foundation/distributeddatamgr/preferences/frameworks/native/src/ |
| H A D | preferences_xml_utils.cpp | 177 xmlNode *root = xmlDocGetRootElement(doc.get()); in ReadSettingXml() local
|
| /foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
| H A D | napi_data_utils.cpp | 485 napi_value root = nullptr; in DefineClass() local
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
| H A D | distributed_camera_source_service.cpp | 150 cJSON *root = cJSON_CreateObject(); in GetCodecInfo() local
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
| H A D | dh_transport.cpp | 116 cJSON *root = cJSON_Parse(rawPayload.c_str()); in HandleReceiveMessage() local
|
| /foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
| H A D | b_json_entity_ext_manage_test.cpp | 142 string root = tm.GetRootDirCurTest(); in HWTEST_F() local 186 string root = tm.GetRootDirCurTest(); in HWTEST_F() local 239 string root = tm.GetRootDirCurTest(); in HWTEST_F() local 302 string root = tm.GetRootDirCurTest(); HWTEST_F() local 365 string root = tm.GetRootDirCurTest(); HWTEST_F() local 632 string root = tm.GetRootDirCurTest(); HWTEST_F() local 680 string root = tm.GetRootDirCurTest(); HWTEST_F() local [all...] |