Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
H A Dlocation_async_context.h180 class CommandAsyncContext : public AsyncContext { class
185 explicit CommandAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred = nullptr) in CommandAsyncContext() function in OHOS::Location::CommandAsyncContext
188 CommandAsyncContext() = delete;
190 ~CommandAsyncContext() override {}
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp653 void CreateCommandAsyncContext(CommandAsyncContext* asyncContext) in CreateReverseGeocodeAsyncContext()
656 auto context = static_cast<CommandAsyncContext*>(data); in CreateReverseGeocodeAsyncContext()
669 auto context = static_cast<CommandAsyncContext*>(data); in CreateReverseGeocodeAsyncContext()
714 auto asyncContext = new (std::nothrow) CommandAsyncContext(env); in CreateReverseGeocodeAsyncContext()

Completed in 4 milliseconds