Home
last modified time | relevance | path

Searched refs:geolocationShowEventId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.h35 EventMarker geolocationShowEventId; member
159 void SetGeolocationShowEventId(const EventMarker& geolocationShowEventId) in SetGeolocationShowEventId() argument
162 event.geolocationShowEventId = geolocationShowEventId; in SetGeolocationShowEventId()
168 return event.geolocationShowEventId; in GetGeolocationShowEventId()
420 return event.geolocationShowEventId; in GetAdsBlockedEventId()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp75 auto geolocationShowEventId = [](const BaseEventInfo* info) {}; in __anoncfa545010b02() variable
76 webModelNG.SetOnGeolocationShow(geolocationShowEventId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h194 void SetGeolocationShowEventId(const EventMarker& geolocationShowEventId) in SetGeolocationShowEventId() argument
197 declaration_->SetGeolocationShowEventId(geolocationShowEventId); in SetGeolocationShowEventId()