Home
last modified time | relevance | path

Searched refs:resourceJson_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h217 std::unique_ptr<JsonValue> resourceJson_; member in OHOS::Ace::Framework::JsCardParser
H A Djs_card_parser.cpp769 if (!resourceJson_->Contains(jsonFile)) { in LoadResImageUrl()
773 auto content = resourceJson_->GetValue(jsonFile); in LoadResImageUrl()
1129 resourceJson_->Put(path.c_str(), jsonBody); in GetResourceValue()
1135 resourceJson_ = JsonUtil::Create(true); in LoadImageInfo()

Completed in 10 milliseconds