Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Datomic_service_status_callback.cpp25 : server_(server), isAsync_(isAsync), recordId_(recordId) in AtomicServiceStatusCallback()
33 server->OnInstallFinished(recordId_, resultCode, want, userId, isAsync_); in OnInstallFinished()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Datomic_service_status_callback.h57 bool isAsync_; member in OHOS::AAFwk::AtomicServiceStatusCallback
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h45 bool isAsync_ = true; member in OHOS::PreferencesJsKit::BaseContext
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.h140 if (!isAsync_ && !runDeferred) { in QueueEngineTask()
153 if (!isAsync_ && !runDeferred) { in QueueApplicationTask()
165 isAsync_ = async; in SetOperationMode()
170 return isAsync_; in IsAsync()
588 bool isAsync_ { false };
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.h153 bool isAsync_ = false; member in OHOS::AbilityRuntime::final
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h66 bool isAsync_ = true; member in OHOS::RelationalStoreJsKit::ContextBase
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp54 isAsync_ = *reinterpret_cast<bool *>(data); in SetAction()
132 return context->isAsync_ ? Async(env, context) : Sync(env, context); in Call()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_async_call.cpp44 isAsync_ = *reinterpret_cast<bool *>(data); in SetAction()
101 return context->isAsync_ ? Async(env, context, name) : Sync(env, context); in Call()
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp159 isAsync = isAsync_; in HandleExecuteIntent()
334 isAsync_ = isPromise; in HandleResultReturnedFromJsFunc()

Completed in 5 milliseconds