Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp621 auto jsWebGeolocation = Referenced::MakeRefPtr<JSWebGeolocation>(); in Constructor() local
622 jsWebGeolocation->IncRefCount(); in Constructor()
623 args.SetReturnValue(Referenced::RawPtr(jsWebGeolocation)); in Constructor()
626 static void Destructor(JSWebGeolocation* jsWebGeolocation) in Destructor() argument
628 if (jsWebGeolocation != nullptr) { in Destructor()
629 jsWebGeolocation->DecRefCount(); in Destructor()

Completed in 10 milliseconds