Home
last modified time | relevance | path

Searched defs:root (Results 1 - 25 of 154) sorted by relevance

1234567

/base/powermgr/display_manager/brightness_manager/src/
H A Dcalculation_config_parser.cpp35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
H A Dbrightness_config_parser.cpp35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME); in ParseConfig() local
H A Dlux_threshold_config_parser.cpp73 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
H A Dlux_filter_config_parser.cpp41 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
/base/security/device_security_level/oem_property/include/
H A Ddslm_credential_utils.h35 PublicKey root; member
/base/update/updater/services/ui/view/layout/
H A Dauto_layout.cpp40 void AutoLayout::SetJsonLocation(JsonNode &root) in SetJsonLocation() argument
/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
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dfingerprint_policy_serializer.cpp26 cJSON* root = cJSON_Parse(data.c_str()); in Deserialize() local
55 cJSON* root = nullptr; in Serialize() local
[all...]
H A Dpassword_policy_serializer.cpp32 cJSON* root = cJSON_Parse(jsonString.c_str()); in Deserialize() local
54 cJSON* root = nullptr; in Serialize() local
[all...]
H A Dclipboard_policy_serializer.cpp26 cJSON* root = cJSON_Parse(data.c_str()); in Deserialize() local
53 cJSON* root = nullptr; in Serialize() local
[all...]
/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()); in HWTEST_F() local
/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() argument
H A Dnotification_config_parse.cpp73 nlohmann::json root; in GetCurrentSlotReminder() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_dialog_connect_stb.cpp52 nlohmann::json root = nlohmann::json::parse(commandStr_); in OnAbilityConnectDone() local
H A Dnotification_trust_list.cpp31 nlohmann::json root; in GetCcmPrivilegesConfig() local
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dreminder_affected.cpp23 bool ReminderAffected::FromJson(const nlohmann::json &root) in FromJson() argument
42 ValidAndGetAffectedBy( const nlohmann::json &root, std::vector<std::pair<std::string, std::string>> &affectedBy) ValidAndGetAffectedBy() argument
76 ValidStatus(const nlohmann::json &root, std::string &status) ValidStatus() argument
[all...]
/base/update/updateservice/services/startup/manage/src/
H A Dschedule_config.cpp30 nlohmann::json root = in InitConfig() local
52 uint64_t ScheduleConfig::ParseConfig(nlohmann::json &root, const std::string &key, uint64_t defaultValue) in ParseConfig() argument
/base/update/updater/test/unittest/flashd_test/
H A Dflashd_utils_unittest.cpp68 std::string root = GetPathRoot(path); in HWTEST_F() local
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/
H A Dpoc.cpp56 cJSON *root = cJSON_Parse(json_string); // cJSON_Parse方法解析json数据 in main() local
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_json.c33 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueObject() local
51 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueStr() local
89 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueNumber() local
[all...]
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_json.c33 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueObject() local
51 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueStr() local
89 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueNumber() local
[all...]
/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp22 auto root = cJSON_Parse(content.c_str()); in Unmarshall() local
34 cJSON *root = cJSON_CreateObject(); in Marshall() local
[all...]
/base/hiviewdfx/hiview/base/event_report/event/
H A Dlogger_event.cpp28 void AddUint8Value(Json::Value &root, const std::string &name, const ParamValue& value) in AddUint8Value() argument
33 void AddUint16Value(Json::Value &root, const std::string &name, const ParamValue& value) in AddUint16Value() argument
38 void AddUint32Value(Json::Value &root, const std::string &name, const ParamValue& value) in AddUint32Value() argument
43 void AddUint64Value(Json::Value &root, const std::string &name, const ParamValue& value) in AddUint64Value() argument
48 void AddStringValue(Json::Value &root, cons argument
53 AddUint32VecValue(Json::Value &root, const std::string &name, const ParamValue& value) AddUint32VecValue() argument
61 AddStringVecValue(Json::Value &root, const std::string &name, const ParamValue& value) AddStringVecValue() argument
87 Json::Value root; ToJsonString() local
[all...]
/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; Serialize() local
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Drbtree.h47 struct RbTreeNode *root; member

Completed in 7 milliseconds

1234567