Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_manager.cpp169 jsonValue_ = InspectorJsonUtil::Create(true); in GetInspectorTree()
183 if (jsonValue_->Contains(key)) { in AddValueForTree()
184 jsonValue_->Replace(key.c_str(), value.c_str()); in AddValueForTree()
186 jsonValue_->Put(key.c_str(), value.c_str()); in AddValueForTree()
194 std::string data = jsonValue_->ToString(); in WebTaskNumsChange()
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_session_manager.h98 std::shared_ptr<InspectorJsonValue> jsonValue_ = nullptr; member in OHOS::Ace::UiSessionManager

Completed in 1 milliseconds