Home
last modified time | relevance | path

Searched defs:root (Results 76 – 100 of 392) sorted by relevance

12345678910>>...16

/ohos5.0/base/update/updater/services/ui/view/layout/
H A Dauto_layout.cpp40 void AutoLayout::SetJsonLocation(JsonNode &root) in SetJsonLocation()
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dconfig_parser_base.cpp137 Json::Value root; in LoadConfigRoot() local
147 const Json::Value& root, const std::string& name, std::vector<PointXy>& data) const in ParsePointXy() argument
191 void ConfigParserBase::ParseScreenData(const Json::Value& root, const std::string& name, in ParseScreenData()
H A Dbrightness_config_parser.cpp35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME); in ParseConfig() local
H A Dcalculation_config_parser.cpp35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_root_ca.cpp136 X509* root = FindMatchedRoot(rootCerts, caCert); in FindMatchedRoot() local
150 for (auto root : rootCertMap) { in FindMatchedRoot() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/src/
H A Devent_store_config.cpp35 uint32_t ParseUint32(const Json::Value& root, const std::string& key) in ParseUint32()
47 Json::Value root; in Init() local
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dclipboard_policy_serializer.cpp26 cJSON* root = cJSON_Parse(data.c_str()); in Deserialize() local
53 cJSON* root = nullptr; in Serialize() local
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_silk.c42 static void ParseSilkConfig(const cJSON *root, struct SilkConfig *config) in ParseSilkConfig()
86 cJSON *root = GetJsonObjFromFile(SILK_JSON_CONFIG_PATH); in LoadSilkConfig() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_window.h44 void SetRootRenderNode(const RefPtr<RenderNode>& root) override {} in SetRootRenderNode()
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dcjson_check.h32 #define CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(obj, ret, root) \ argument
/ohos5.0/base/update/updateservice/services/core/ability/adapter/src/
H A Dconfig_parse.cpp61 nlohmann::json root = nlohmann::json::parse(rawJson, nullptr, false); in LoadConfigInfo() local
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
H A Dmap_string_serializer.cpp26 Json::Value root; in Deserialize() local
59 Json::Value root; in Serialize() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_config_reader.cpp58 Json::Value root; in LoadApplicationUsePeriodically() local
90 bool BundleActiveConfigReader::GetJsonFromFile(const char *filePath, Json::Value &root) in GetJsonFromFile()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_widget.cpp30 void ManifestWidgetGroup::WidgetParse(const std::unique_ptr<JsonValue>& root) in WidgetParse()
H A Dmanifest_window.cpp23 void ManifestWindow::WindowParse(const std::unique_ptr<JsonValue>& root) in WindowParse()
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_parser.c22 bool HcsDecompile(const char *hcsBlob, uint32_t offset, struct DeviceResourceNode **root) in HcsDecompile()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp424 auto root = FrameNode::GetOrCreateFrameNode( variable
441 auto root = FrameNode::CreateFrameNode( variable
494 auto root = FrameNode::GetOrCreateFrameNode( variable
578 auto root = FrameNode::CreateFrameNode( variable
608 auto root = FrameNode::CreateFrameNode( variable
739 auto root = FrameNode::CreateFrameNode( variable
868 auto root = FrameNode::GetOrCreateFrameNode( variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_app_info.cpp19 void FaAppInfo::Parse(const std::unique_ptr<JsonValue>& root) in Parse()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_group_mgr.h31 explicit WindowGroupMgr(sptr<WindowRoot>& root) : windowRoot_(root) { in WindowGroupMgr()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dfile_utils.cpp62 bool FileUtils::GetJsonFromFile(const char *path, nlohmann::json &root) in GetJsonFromFile()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp67 bool ConditionParser::ParseJsonString(const Json::Value& root, const std::string& key, std::string&… in ParseJsonString()
96 bool ConditionParser::ParseLogicCondition(const Json::Value& root, const std::string& logic, in ParseLogicCondition()
133 bool ConditionParser::ParseAndCondition(const Json::Value& root, EventStore::Cond& condition) in ParseAndCondition()
138 bool ConditionParser::ParseQueryConditionJson(const Json::Value& root, EventStore::Cond& condition) in ParseQueryConditionJson()
156 Json::Value root; in ParseQueryCondition() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_hap_module_info.cpp19 void StageHapModuleInfo::Parse(const std::unique_ptr<JsonValue>& root) in Parse()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.cpp25 void Window::SetRootRenderNode(const RefPtr<RenderNode>& root) {} in SetRootRenderNode()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/utils/
H A Dcjson_serializer_test.cpp47 cJSON* root = cJSON_Parse(TEST_POLICY_DATA.c_str()); variable
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_vendor_build_file.py21 def __init__(self, root, vendor): argument

12345678910>>...16