Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dasync_call.h77 if (exec_ == nullptr) { in Exec()
80 exec_(this); in Exec()
81 exec_ = nullptr; in Exec()
88 ExecAction exec_ = nullptr; member in OHOS::MiscServicesNapi::final::Context
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dasync_call.h67 if (exec_ == nullptr) { in Exec()
70 exec_(this); in Exec()
76 ExecAction exec_ = nullptr; member in OHOS::DataShare::final::Context
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_async_call.cpp47 exec_ = std::move(exec); in SetAction()
117 if (context && context->exec_) { in OnExecute()
118 context->execStatus = context->exec_(); in OnExecute()
119 context->exec_ = nullptr; in OnExecute()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp67 exec_ = std::move(exec); in SetAction()
86 exec_ = std::move(exec); in SetAll()
188 if (context->error == nullptr && context->exec_) { in OnExecute()
189 context->execCode_ = context->exec_(); in OnExecute()
191 context->exec_ = nullptr; in OnExecute()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dasync_call.cpp62 context_->ctx->exec_ = std::move(exec); in Call()
85 context_->ctx->exec_ = std::move(exec); in SyncCall()
160 context->ctx->exec_ = nullptr; in DeleteContext()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_async_call.cpp58 exec_ = std::move(exec); in SetAction()
142 if (context->exec_) { in OnExecute()
143 context->execCode_ = context->exec_(); in OnExecute()
145 context->exec_ = nullptr; in OnExecute()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dasync_call.cpp65 context_->ctx->exec_ = std::move(exec); in Call()
89 context_->ctx->exec_ = std::move(exec); in SyncCall()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h57 ExecuteAction exec_ = nullptr; member in OHOS::PreferencesJsKit::BaseContext
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_async_call.h52 ExecuteAction exec_ = nullptr; member in OHOS::AppDataMgrJsKit::BaseContext
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h79 ExecuteAction exec_ = nullptr; member in OHOS::RelationalStoreJsKit::ContextBase

Completed in 5 milliseconds