Home
last modified time | relevance | path

Searched refs:webId (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp225 auto setIdCallback = [controller](int32_t webId) { controller->SetWebId(webId); }; in FfiOHOSAceFrameworkWebCreate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_touch_test_ng.cpp933 int32_t webId = 123; in HWTEST_F() local
935 webPattern->GetWebAllInfosImpl(callback, webId); in HWTEST_F()
960 int32_t webId = 123; in HWTEST_F() local
962 webPattern->GetWebAllInfosImpl(callback, webId); in HWTEST_F()
966 webPattern->GetWebAllInfosImpl(callback, webId); in HWTEST_F()
990 int32_t webId = 123; in HWTEST_F() local
992 webPattern->GetAllWebAccessibilityNodeInfos(callback, webId); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h156 virtual void NotifyPopupWindowResult(int32_t webId, bool result) {}; in NotifyPopupWindowResult() argument
H A Dweb_model_ng.h162 void NotifyPopupWindowResult(int32_t webId, bool result) override;
H A Dweb_pattern.h122 using WebNodeInfoCallback = const std::function<void(std::shared_ptr<JsonValue>& jsonNodeArray, int32_t webId)>;
681 void GetAllWebAccessibilityNodeInfos(WebNodeInfoCallback cb, int32_t webId);
1008 void GetWebAllInfosImpl(WebNodeInfoCallback cb, int32_t webId);
H A Dweb_model_ng.cpp963 void WebModelNG::NotifyPopupWindowResult(int32_t webId, bool result) in NotifyPopupWindowResult() argument
966 if (webId != -1) { in NotifyPopupWindowResult()
967 std::shared_ptr<OHOS::NWeb::NWeb> nweb = OHOS::NWeb::NWebHelper::Instance().GetNWeb(webId); in NotifyPopupWindowResult()
H A Dweb_pattern.cpp1563 "DragDrop event WebEventHub onDragStartId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragDropStart()
1579 "DragDrop event WebEventHub onDragEnterId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragDropStart()
1607 "DragDrop event WebEventHub onDragMoveId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragMove()
1632 "DragDrop event WebEventHub onDragDropId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragDropEnd()
1649 "DragDrop event WebEventHub onDragLeaveId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragDropEnd()
1660 "DragDrop event WebEventHub onDragEndId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragDropEnd()
1755 "DragDrop event gestureHub actionStartTask x:%{public}d, y:%{public}d, webId:%{public}d", in InitDragEvent()
1770 "DragDrop event gestureHub actionEndTask x:%{public}d, y:%{public}d, webId:%{public}d", in InitDragEvent()
2034 TAG_LOGI(AceLogTag::ACE_WEB, "WebPattern::HandleFocusEvent webId:%{public}d, needOnFocus: %{public}d.", GetWebId(), in HandleFocusEvent()
2049 "HandleBlurEvent webId in HandleBlurEvent()
6735 GetWebAllInfosImpl(WebNodeInfoCallback cb, int32_t webId) GetWebAllInfosImpl() argument
6772 GetAllWebAccessibilityNodeInfos(WebNodeInfoCallback cb, int32_t webId) GetAllWebAccessibilityNodeInfos() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp933 auto webId = func->Call(controller, 0, {}); in SetWebController() local
934 int32_t childWebId = webId->ToNumber<int32_t>(); in SetWebController()
2390 int32_t webId) { in Create()
2391 JSRef<JSVal> argv[] = { JSRef<JSVal>::Make(ToJSValue(webId)) }; in Create()
4057 auto webId = func->Call(controller, 0, {}); in HandleWindowNewEvent() local
4058 handler->SetWebController(webId->ToNumber<int32_t>()); in HandleWindowNewEvent()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2040 auto webId = nweb_->GetWebId(); in RunSetWebIdAndHapPathCallback() local
2047 setWebIdCallback(webId); in RunSetWebIdAndHapPathCallback()
2065 setWebIdCallback(webId); in RunSetWebIdAndHapPathCallback()
2082 setWebIdCallback(webId); in RunSetWebIdAndHapPathCallback()
3950 TAG_LOGI(AceLogTag::ACE_WEB, "WebDelegate::OnInactive, webId:%{public}d", GetWebId()); in OnInactive()
3970 TAG_LOGI(AceLogTag::ACE_WEB, "WebDelegate::OnActive, webId:%{public}d", GetWebId()); in OnActive()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5558 auto cb = [](std::shared_ptr<JsonValue> value, int32_t webId) { in GetInspectorValue()
5559 UiSessionManager::GetInstance().AddValueForTree(webId, value->ToString()); in GetInspectorValue()

Completed in 73 milliseconds