Home
last modified time | relevance | path

Searched refs:GetLog (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h67 virtual std::string GetLog() = 0;
79 std::string GetLog() override
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp238 std::string ConsoleLogOhos::GetLog() in GetLog() function in OHOS::Ace::ConsoleLogOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h93 std::string GetLog() override;
H A Dweb_delegate.cpp174 std::string ConsoleLogOhos::GetLog() in GetLog() function in OHOS::Ace::ConsoleLogOhos
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp528 JSClass<JSWebConsoleLog>::CustomMethod("getMessage", &JSWebConsoleLog::GetLog); in JSBind()
546 void GetLog(const JSCallbackInfo& args) in GetLog() function in OHOS::OHOS::Ace::Framework::JSWebConsoleLog
548 auto code = JSVal(ToJSValue(message_->GetLog())); in GetLog()

Completed in 33 milliseconds