Searched refs:SetOnGeolocationShow (Results 1 – 7 of 7) sorted by relevance
76 webModelNG.SetOnGeolocationShow(geolocationShowEventId);
47 void SetOnGeolocationShow(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
151 void WebModelImpl::SetOnGeolocationShow(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetOnGeolocationShow() function in OHOS::Ace::Framework::WebModelImpl
53 …virtual void SetOnGeolocationShow(std::function<void(const BaseEventInfo* info)>&& jsCallback) = 0;
53 void SetOnGeolocationShow(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
190 void WebModelNG::SetOnGeolocationShow(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetOnGeolocationShow() function in OHOS::Ace::NG::WebModelNG
2728 WebModel::GetInstance()->SetOnGeolocationShow(jsCallback); in OnGeolocationShow()