Home
last modified time | relevance | path

Searched defs:jsonObj (Results 1 – 13 of 13) sorted by relevance

/base/security/deviceauth/common_lib/impl/src/
Djson_utils.c44 CJson *DuplicateJson(const CJson *jsonObj) in DuplicateJson()
52 void FreeJson(CJson *jsonObj) in FreeJson()
57 void DeleteItemFromJson(CJson *jsonObj, const char *key) in DeleteItemFromJson()
65 void DeleteAllItemExceptOne(CJson *jsonObj, const char *key) in DeleteAllItemExceptOne()
82 void DeleteAllItem(CJson *jsonObj) in DeleteAllItem()
97 CJson *DetachItemFromJson(CJson *jsonObj, const char *key) in DetachItemFromJson()
106 char *PackJsonToString(const CJson *jsonObj) in PackJsonToString()
119 int GetItemNum(const CJson *jsonObj) in GetItemNum()
135 CJson *GetObjFromJson(const CJson *jsonObj, const char *key) in GetObjFromJson()
168 const char *GetStringFromJson(const CJson *jsonObj, const char *key) in GetStringFromJson()
[all …]
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_provision.c36 cJSON *jsonObj = cJSON_GetObjectItem(root, tag); in GetStringTag() local
76 cJSON *jsonObj = cJSON_GetObjectItem(root, tag); in GetStringArrayTag() local
122 cJSON *jsonObj = cJSON_GetObjectItem(root, "validity"); in GetProfValidity() local
146 cJSON *jsonObj = cJSON_GetObjectItem(root, "bundle-info"); in GetProfBundleInfo() local
182 cJSON *jsonObj = cJSON_GetObjectItem(root, "permissions"); in GetProfPermission() local
194 cJSON *jsonObj = cJSON_GetObjectItem(root, "debug-info"); in GetProfDebugInfo() local
287 cJSON *jsonObj = cJSON_GetObjectItem(root, "version-code"); in ParseProfile() local
/base/notification/ces_standard/test/systemtest/common/resource/
DtestConfigParser.h47 nlohmann::json jsonObj; in ParseFromFile4StressTest() local
/base/security/deviceauth/services/frameworks/src/module/
Dversion_util.c105 int32_t AddSingleVersionToJson(CJson *jsonObj, const VersionStruct *version) in AddSingleVersionToJson()
129 int32_t GetSingleVersionFromJson(const CJson* jsonObj, VersionStruct *version) in GetSingleVersionFromJson()
/base/notification/ces_standard/test/systemtest/common/resource/fuzzTest/include/
DfuzzConfigParser.h45 nlohmann::json jsonObj; in ParseFromFile4FuzzTest() local
/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/
Dfuzz_config_parser.h49 nlohmann::json jsonObj = nlohmann::json::parse(fin, nullptr, false); in ParseFromFile4FuzzTest() local
/base/notification/ans_standard/test/resource/notificationfuzztest/include/
Dnotificationfuzzconfigparser.h44 nlohmann::json jsonObj; in ParseFromFile4FuzzTest() local
/base/notification/ces_standard/services/ces/src/
Dstatic_subscriber_manager.cpp38 nlohmann::json jsonObj; in Init() local
Dinner_common_event_manager.cpp149 nlohmann::json jsonObj = nlohmann::json::parse(profile, nullptr, false); in PublishEventToStaticSubscribers() local
/base/security/deviceauth/services/authenticators/src/account_unrelated/
Ddas_version_util.c45 int32_t GetVersionFromJson(const CJson* jsonObj, VersionStruct *minVer, VersionStruct *maxVer) in GetVersionFromJson()
65 int32_t AddVersionToJson(CJson *jsonObj, const VersionStruct *minVer, const VersionStruct *maxVer) in AddVersionToJson()
/base/security/appverify/interfaces/innerkits/appverify/src/init/
Djson_parser_utils.cpp26 bool JsonParserUtils::ReadTrustedRootCAFromJson(nlohmann::json& jsonObj, in ReadTrustedRootCAFromJson()
/base/accessibility/util/src/
Djson_utils.cpp84 bool JsonUtils::GetJsonObjFromJson(nlohmann::json &jsonObj, const std::string &jsonPath) in GetJsonObjFromJson()
/base/notification/ans_standard/services/ans/src/
Dnotification_preferences.cpp860 nlohmann::json jsonObj; in GetTemplateSupported() local