Searched refs:GetJsonString (Results 1 – 9 of 9) sorted by relevance
| /base/security/appverify/interfaces/innerkits/appverify/src/init/ |
| D | trusted_source_manager.cpp | 110 …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()
|
| D | trusted_ticket_manager.cpp | 83 …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()
|
| D | json_parser_utils.cpp | 51 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/ |
| D | hiappevent_write.cpp | 97 HiLog::Debug(LABEL, "WriteEvent eventInfo=%{public}s.", appEventPack->GetJsonString().c_str()); in WriteEvent() 107 std::string event = appEventPack->GetJsonString(); in WriteEvent()
|
| D | hiappevent_base.cpp | 553 std::string AppEventPack::GetJsonString() const in GetJsonString() function in OHOS::HiviewDFX::AppEventPack
|
| /base/security/appverify/interfaces/innerkits/appverify/include/init/ |
| D | json_parser_utils.h | 34 … static bool GetJsonString(const nlohmann::json& json, const std::string& key, std::string& value);
|
| /base/web/webview/ohos_nweb/include/ |
| D | nweb_value.h | 70 std::string GetJsonString() { return str_json_; } in GetJsonString() function
|
| /base/web/webview/test/unittest/nweb_value_test/ |
| D | nweb_value_test.cpp | 117 std::string actual = nwebValue->GetJsonString();
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
| D | hiappevent_base.h | 180 std::string GetJsonString() const;
|