Home
last modified time | relevance | path

Searched refs:GetJsonString (Results 1 – 9 of 9) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify/src/init/
Dtrusted_source_manager.cpp110 …if (!JsonParserUtils::GetJsonString(trustedSourceJson, KEY_OF_APP_TRUSTED_SOURCE_VERSION, souucesV… in GetAppTrustedSources()
114 if (!JsonParserUtils::GetJsonString(trustedSourceJson, in GetAppTrustedSources()
140 … if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_SOURCE_NAME, hapAppSource.sourceName)) { in ParseTrustedAppSourceJson()
145 …if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_APP_SIGNING_CERT, hapAppSource.appSigningCer… in ParseTrustedAppSourceJson()
149 if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_PROFILE_SIGNING_CERTIFICATE, in ParseTrustedAppSourceJson()
154 if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_PROFILE_DEBUG_SIGNING_CERTIFICATE, in ParseTrustedAppSourceJson()
159 if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_ISSUER, hapAppSource.issuer)) { in ParseTrustedAppSourceJson()
Dtrusted_ticket_manager.cpp83 …if (!JsonParserUtils::GetJsonString(trustedSourceJson, KEY_OF_TICKET_TRUSTED_SOURCE_VERSION, sourc… in GetTicketTrustedSources()
87 if (!JsonParserUtils::GetJsonString(trustedSourceJson, in GetTicketTrustedSources()
113 …if (!JsonParserUtils::GetJsonString(TicketSource, KEY_OF_SOURCE_NAME, hapTicketSource.sourceName))… in ParseTrustedTicketSourceJson()
118 if (!JsonParserUtils::GetJsonString(TicketSource, KEY_OF_TICKET_SIGNING_CERT, in ParseTrustedTicketSourceJson()
123 if (!JsonParserUtils::GetJsonString(TicketSource, KEY_OF_ISSUER, hapTicketSource.issuer)) { in ParseTrustedTicketSourceJson()
Djson_parser_utils.cpp51 bool JsonParserUtils::GetJsonString(const nlohmann::json& json, const std::string& key, std::string… in GetJsonString() function in OHOS::Security::Verify::JsonParserUtils
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_write.cpp97 HiLog::Debug(LABEL, "WriteEvent eventInfo=%{public}s.", appEventPack->GetJsonString().c_str()); in WriteEvent()
107 std::string event = appEventPack->GetJsonString(); in WriteEvent()
Dhiappevent_base.cpp553 std::string AppEventPack::GetJsonString() const in GetJsonString() function in OHOS::HiviewDFX::AppEventPack
/base/security/appverify/interfaces/innerkits/appverify/include/init/
Djson_parser_utils.h34 … static bool GetJsonString(const nlohmann::json& json, const std::string& key, std::string& value);
/base/web/webview/ohos_nweb/include/
Dnweb_value.h70 std::string GetJsonString() { return str_json_; } in GetJsonString() function
/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp117 std::string actual = nwebValue->GetJsonString();
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h180 std::string GetJsonString() const;