Home
last modified time | relevance | path

Searched defs:root (Results 176 – 200 of 392) sorted by relevance

12345678910>>...16

/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp39 auto root = CJsonUtil::ParseJsonRoot(configPath); in Parse() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_device_info_hcs.py22 def __init__(self, root, vendor, module, board, driver, path): argument
H A Dhdf_defconfig_patch.py19 def __init__(self, root, vendor, kernel, argument
H A Dhdf_module_kconfig_file.py20 def __init__(self, root, module, k_path): argument
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter_factory.cpp76 std::shared_ptr<EFilter> EFilterFactory::Restore(const std::string &name, const EffectJsonPtr &root in Restore()
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_source_parser.cpp83 Json::Value root; in ParseSources() local
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_service_stub.cpp149 Json::Value root; in StringToJson() local
/ohos5.0/base/update/updateservice/services/firmware/check/include/
H A Dfirmware_icheck.h110 nlohmann::json root = nlohmann::json::parse(response.content, nullptr, false); in DoAction() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_util.h88 void SetRootRenderNode(const RefPtr<RenderNode>& root) override {} in SetRootRenderNode()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/
H A Dipolicy_serializer.h119 Json::Value root; in Deserialize() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_swing_decision_center.cpp69 nlohmann::json root; in GetCcmSwingRemind() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.cpp291 int32_t OH_NativeXComponent::AttachNativeRootNode(void* root) in AttachNativeRootNode()
300 int32_t OH_NativeXComponent::DetachNativeRootNode(void* root) in DetachNativeRootNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp41 RefPtr<V2::InspectorComposedElement> GetInspectorByKey(const RefPtr<RootElement>& root, const std::… in GetInspectorByKey()
174 auto root = AceType::DynamicCast<Element>(context->GetRootElement()); in GetInspectorTree() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dshared_overlay_manager_test_ng.cpp76 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); in SetUp() local
100 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp210 auto root = JsonUtil::ParseJsonString(jsCode); in OperateComponent() local
299 …tr<Component> JsInspectorManager::GetNewComponentWithJsCode(const std::unique_ptr<JsonValue>& root) in GetNewComponentWithJsCode()
327 …r<NG::UINode> JsInspectorManager::GetNewFrameNodeWithJsCode(const std::unique_ptr<JsonValue>& root) in GetNewFrameNodeWithJsCode()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp642 cJSON *root = BundleUtil::GetJsonStream(THIRD_SYSTEM_BUNDLE_JSON); in CheckIsThirdSystemBundle() local
675 cJSON *root = BundleUtil::GetJsonStream(path); in RecordThirdSystemBundle() local
707 cJSON *root = cJSON_CreateObject(); in InitThirdSystemBundleRecord() local
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dcjson_util.cpp31 cJSON* root = cJSON_Parse(content.c_str()); in ParseJsonRoot() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/
H A Dgn_file_add_config.py98 devices, root, kernel_type="linux"): argument
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_parser.cpp70 Json::Value root; in LoadAveragePowerFromFile() local
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_source_parser.cpp105 Json::Value root; in ParseSources() local
/ohos5.0/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp70 bool ParseViewInfo(const JsonNode &root, std::vector<UxViewInfo> &vec) const in ParseViewInfo() argument
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_partitions.cpp95 cJSON* root = cJSON_Parse(partitionInfo.c_str()); in ParsePartitionInfo() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp201 static bool ParseSize(napi_env env, napi_value root, Size* size) in ParseSize()
218 static void parseSourceOptions(napi_env env, napi_value root, SourceOptions* opts) in parseSourceOptions()
308 static bool ParseRegion(napi_env env, napi_value root, Rect* region) in ParseRegion()
359 static bool ParseDecodeOptions2(napi_env env, napi_value root, DecodeOptions* opts, std::string &er… in ParseDecodeOptions2()
402 static bool ParseDecodeOptions(napi_env env, napi_value root, DecodeOptions* opts, in ParseDecodeOptions()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/
H A Ddaily_config.cpp38 auto root = CJsonUtil::ParseJsonRoot(configPath); in Parse() local
/ohos5.0/base/startup/init/services/modules/sysevent/
H A Dstartup_time_event.c49 static int TraversalEvent(ListNode *node, void *root) in TraversalEvent()

12345678910>>...16