Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 45) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
Djs_execution_scope_defines.h20 #define JAVASCRIPT_EXECUTION_SCOPE(exec) \ argument
28 #define CHECK_JAVASCRIPT_SCOPE(exec, ...) \ argument
31 #define JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(exec, ...) \ argument
35 #define JAVASCRIPT_EXECUTION_SCOPE(exec) argument
38 #define JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(exec, ...) argument
/foundation/multimedia/media_foundation/engine/include/foundation/
Dlog.h118 #define NOK_RETURN(exec) … argument
129 #define NOK_LOG(exec) … argument
140 #define NZERO_LOG(exec) … argument
150 #define NZERO_RETURN(exec) … argument
161 #define FALSE_RETURN(exec) … argument
172 #define FALSE_RETURN_W(exec) … argument
183 #define FALSE_RETURN_V(exec, ret) … argument
194 #define FALSE_RETURN_V_W(exec, ret) … argument
205 #define FALSE_RETURN_MSG(exec, fmt, args...) … argument
216 #define FALSE_RETURN_V_MSG_IMPL(loglevel, exec, ret, fmt, args...) … argument
[all …]
/foundation/multimedia/media_foundation/engine/include/pipeline/core/
Derror_code.h52 #define FAIL_RETURN(exec) … argument
63 #define FAIL_RETURN_MSG_IMPL(loglevel, exec, fmt, args...) … argument
74 #define FAIL_RETURN_MSG(exec, fmt, args...) FAIL_RETURN_MSG_IMPL(MEDIA_LOG_E, exec, fmt, ##args) argument
78 #define FAIL_RETURN_MSG_W(exec, fmt, args...) FAIL_RETURN_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args) argument
82 #define FAIL_LOG(exec) … argument
92 #define FAIL_LOG_MSG_IMPL(loglevel, exec, fmt, args...) … argument
102 #define FAIL_LOG_MSG(exec, fmt, args...) FAIL_LOG_MSG_IMPL(MEDIA_LOG_E, exec, fmt, ##args) argument
106 #define FAIL_LOG_MSG_W(exec, fmt, args...) FAIL_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args) argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
Dav_trans_log.h46 #define TRUE_RETURN(exec, fmt, args...) … argument
57 #define TRUE_RETURN_V(exec, ret) … argument
67 #define TRUE_RETURN_V_MSG_E(exec, ret, fmt, args...) … argument
78 #define TRUE_RETURN_V_MSG_D(exec, ret, fmt, args...) … argument
89 #define TRUE_LOG_MSG(exec, fmt, args...) … argument
/foundation/multimedia/media_foundation/interface/inner_api/common/
Dlog.h194 #define NOK_RETURN(exec) \ argument
205 #define NOK_LOG(exec) \ argument
216 #define NZERO_LOG(exec) \ argument
226 #define NZERO_RETURN(exec) … argument
237 #define NZERO_RETURN_V(exec, ret) … argument
248 #define FALSE_RETURN(exec) \ argument
259 #define FALSE_RETURN_NOLOG(exec) \ argument
269 #define FALSE_RETURN_W(exec) \ argument
280 #define FALSE_RETURN_V(exec, ret) \ argument
291 #define FALSE_RETURN_V_NOLOG(exec, ret) \ argument
[all …]
/foundation/multimedia/image_effect/interfaces/inner_api/native/common/
Derror_code.h125 #define FALSE_RETURN_MSG_W(exec, ret, fmt, args...) \ argument
136 #define FALSE_RETURN_E(exec, ret) \ argument
147 #define FALSE_RETURN_MSG_E(exec, ret, fmt, args...) \ argument
158 #define FAIL_RETURN(exec) … argument
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
Dasync_call.cpp55 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec) in Call()
84 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall()
Dnapi_systempasteboard.cpp341 auto exec = [context](AsyncCall::Context *ctx) { in Clear() local
374 auto exec = [context](AsyncCall::Context *ctx) { in HasPasteData() local
427 auto exec = [context](AsyncCall::Context *ctx) { in GetPasteData() local
447 auto exec = [context](AsyncCall::Context *ctx) { in GetData() local
493 auto exec = [context](AsyncCall::Context *ctx) { in SetPasteData() local
512 auto exec = [context](AsyncCall::Context *ctx) { in SetData() local
545 auto exec = [context](AsyncCall::Context* ctx) { in SetUnifiedData() local
578 auto exec = [context](AsyncCall::Context* ctx) { in GetUnifiedData() local
840 auto exec = [context](AsyncCall::Context *ctx) { in GetMimeTypes() local
907 auto exec = [context](AsyncCall::Context *ctx) { in DetectPatterns() local
[all …]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
Dasync_call.cpp54 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec) in Call()
77 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall()
Dnapi_datashare_helper.cpp129 auto exec = [ctxInfo](AsyncCall::Context *ctx) { in Napi_CreateDataShareHelper() local
230 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Insert() local
275 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Delete() local
330 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Query() local
383 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Update() local
423 auto exec = [context](AsyncCall::Context *ctx) { in Napi_BatchUpdate() local
467 auto exec = [context](AsyncCall::Context *ctx) { in Napi_BatchInsert() local
502 auto exec = [context](AsyncCall::Context *ctx) { in Napi_NormalizeUri() local
538 auto exec = [context](AsyncCall::Context *ctx) { in Napi_DenormalizeUri() local
600 auto exec = [context](AsyncCall::Context *ctx) { in Napi_NotifyChange() local
[all …]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
Dnapi_preferences_helper.cpp83 auto exec = [context]() -> int { in GetPreferences() local
107 auto exec = [context]() -> int { in DeletePreferences() local
128 auto exec = [context]() -> int { in RemovePreferencesFromCache() local
Dnapi_preferences.cpp197 auto exec = [context]() -> int { in GetAll() local
227 auto exec = [context]() -> int { in GetValue() local
265 auto exec = [context]() -> int { in SetValue() local
296 auto exec = [context]() -> int { in Delete() local
327 auto exec = [context]() -> int { in HasKey() local
358 auto exec = [context]() -> int { in Flush() local
388 auto exec = [context]() -> int { in Clear() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
Dnapi_preferences_helper.cpp84 auto exec = [context]() -> int { in GetPreferences() local
108 auto exec = [context]() -> int { return PreferencesHelper::DeletePreferences(context->path); }; in DeletePreferences() local
127 …auto exec = [context]() -> int { return PreferencesHelper::RemovePreferencesFromCache(context->pat… in RemovePreferencesFromCache() local
Dnapi_preferences.cpp196 auto exec = [context]() -> int { in GetAll() local
223 auto exec = [context]() -> int { in GetValue() local
260 auto exec = [context]() -> int { in SetValue() local
290 auto exec = [context]() -> int { in Delete() local
320 auto exec = [context]() -> int { in HasKey() local
350 auto exec = [context]() -> int { in Flush() local
379 auto exec = [context]() -> int { in Clear() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp622 auto exec = [context]() -> int { in Insert() local
660 auto exec = [context]() -> int { in BatchInsert() local
690 auto exec = [context]() -> int { in Delete() local
727 auto exec = [context]() -> int { in Update() local
764 auto exec = [context]() -> int { in Query() local
798 auto exec = [context]() -> int { in RemoteQuery() local
829 auto exec = [context]() -> int { in QuerySql() local
867 auto exec = [context]() -> int { in ExecuteSql() local
907 auto exec = [context]() -> int { in Execute() local
936 auto exec = [context]() -> int { in Replace() local
[all …]
Dnapi_transaction.cpp295 auto exec = [context]() -> int { in Commit() local
330 auto exec = [context]() -> int { in Rollback() local
370 auto exec = [context]() -> int { in Delete() local
420 auto exec = [context]() -> int { in Update() local
471 auto exec = [context]() -> int { in Insert() local
517 auto exec = [context]() -> int { in BatchInsert() local
564 auto exec = [context]() -> int { in Query() local
611 auto exec = [context]() -> int { in QuerySql() local
655 auto exec = [context]() -> int { in Execute() local
Dnapi_rdb_store_helper.cpp75 auto exec = [context]() -> int { in GetRdbStore() local
115 auto exec = [context]() -> int { in DeleteRdbStore() local
Dnapi_async_call.cpp32 … napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) in SetAction()
72 … napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) in SetAll()
/foundation/resourceschedule/ffrt/src/core/
Dtask_io.h29 ffrt_coroutine_ptr_t exec; member
Dtask_io.cpp71 void ffrt_submit_coroutine(void* co, ffrt_coroutine_ptr_t exec, ffrt_function_t destroy, const ffrt… in ffrt_submit_coroutine()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
Dnapi_storage_helper.cpp78 auto exec = [context]() -> int { in GetStorage() local
151 auto exec = [context]() -> int { in DeleteStorage() local
197 auto exec = [context]() -> int { in RemoveStorageFromCache() local
Dnapi_storage.cpp356 auto exec = [context]() -> int { in GetValue() local
446 auto exec = [context]() -> int { in SetValue() local
502 auto exec = [context]() -> int { in Delete() local
550 auto exec = [context]() -> int { in HasKey() local
575 auto exec = [context]() -> int { in Flush() local
623 auto exec = [context]() -> int { in Clear() local
/foundation/distributeddatamgr/kv_store/frameworks/common/
Dtask_scheduler.h149 std::function<void()> exec; member
154 std::function<void()> exec; in Loop() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/include/
Deffect_kit_napi_utils.h92 #define EFFECT_CREATE_CREATE_ASYNC_WORK_WITH_QOS(env, status, workName, exec, complete, aContext, w… argument
125napi_async_execute_callback exec, napi_async_complete_callback complete, std::unique_ptr<T>& aCont… in CreateAsyncWork()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp534 auto exec = [context]() { in Insert() local
568 auto exec = [context]() { in BatchInsert() local
611 auto exec = [context]() { in Delete() local
654 auto exec = [context]() { in Update() local
700 auto exec = [context]() { in Query() local
740 auto exec = [context]() { in QuerySql() local
809 auto exec = [context]() { in ExecuteSql() local
839 auto exec = [context]() { in Count() local
875 auto exec = [context]() { in Replace() local
908 auto exec = [context]() { in Attach() local
[all …]

12