Home
last modified time | relevance | path

Searched defs:SetOpenAppLinkFunction (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h177 virtual void SetOpenAppLinkFunction(std::function<void(const std::shared_ptr<BaseEventInfo>&)>&& jsCallback) {}; in SetOpenAppLinkFunction() function in OHOS::Ace::WebModel
H A Dweb_model_ng.cpp1086 void WebModelNG::SetOpenAppLinkFunction(std::function<void(const std::shared_ptr<BaseEventInfo>&)>&& jsCallback) in SetOpenAppLinkFunction() function in OHOS::Ace::NG::WebModelNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp1324 auto SetOpenAppLinkFunction = [&callCount](const std::shared_ptr<BaseEventInfo>& info) { callCount++; }; in HWTEST_F() local

Completed in 14 milliseconds