/ohos5.0/base/update/updater/services/ui/view/layout/ |
H A D | auto_layout.cpp | 40 void AutoLayout::SetJsonLocation(JsonNode &root) in SetJsonLocation()
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/ |
H A D | config_parser_base.cpp | 137 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 D | brightness_config_parser.cpp | 35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME); in ParseConfig() local
|
H A D | calculation_config_parser.cpp | 35 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 D | trusted_root_ca.cpp | 136 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 D | event_store_config.cpp | 35 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 D | clipboard_policy_serializer.cpp | 26 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 D | appspawn_silk.c | 42 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 D | plugin_window.h | 44 void SetRootRenderNode(const RefPtr<RenderNode>& root) override {} in SetRootRenderNode()
|
/ohos5.0/base/customization/enterprise_device_management/common/native/include/ |
H A D | cjson_check.h | 32 #define CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(obj, ret, root) \ argument
|
/ohos5.0/base/update/updateservice/services/core/ability/adapter/src/ |
H A D | config_parse.cpp | 61 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 D | map_string_serializer.cpp | 26 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 D | bundle_active_config_reader.cpp | 58 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 D | manifest_widget.cpp | 30 void ManifestWidgetGroup::WidgetParse(const std::unique_ptr<JsonValue>& root) in WidgetParse()
|
H A D | manifest_window.cpp | 23 void ManifestWindow::WindowParse(const std::unique_ptr<JsonValue>& root) in WindowParse()
|
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | hcs_parser.c | 22 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 D | accessibility_property_test_ng.cpp | 424 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 D | fa_app_info.cpp | 19 void FaAppInfo::Parse(const std::unique_ptr<JsonValue>& root) in Parse()
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_group_mgr.h | 31 explicit WindowGroupMgr(sptr<WindowRoot>& root) : windowRoot_(root) { in WindowGroupMgr()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | file_utils.cpp | 62 bool FileUtils::GetJsonFromFile(const char *path, nlohmann::json &root) in GetJsonFromFile()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | event_query_wrapper_builder.cpp | 67 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 D | stage_hap_module_info.cpp | 19 void StageHapModuleInfo::Parse(const std::unique_ptr<JsonValue>& root) in Parse()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_window.cpp | 25 void Window::SetRootRenderNode(const RefPtr<RenderNode>& root) {} in SetRootRenderNode()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/utils/ |
H A D | cjson_serializer_test.cpp | 47 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 D | hdf_vendor_build_file.py | 21 def __init__(self, root, vendor): argument
|