Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 32) 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/histreamer/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/histreamer/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.h49 #define TRUE_RETURN(exec, fmt, args...) … argument
60 #define TRUE_RETURN_V(exec, ret) … argument
70 #define TRUE_RETURN_V_MSG_E(exec, ret, fmt, args...) … argument
81 #define TRUE_RETURN_V_MSG_D(exec, ret, fmt, args...) … argument
92 #define TRUE_LOG_MSG(exec, fmt, args...) … 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.cpp217 auto exec = [context](AsyncCall::Context *ctx) { in Clear() local
250 auto exec = [context](AsyncCall::Context *ctx) { in HasPasteData() local
303 auto exec = [context](AsyncCall::Context *ctx) { in GetPasteData() local
323 auto exec = [context](AsyncCall::Context *ctx) { in GetData() local
368 auto exec = [context](AsyncCall::Context *ctx) { in SetPasteData() local
387 auto exec = [context](AsyncCall::Context *ctx) { in SetData() local
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
Dasync_call.cpp52 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec) in Call()
75 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall()
Dnapi_datashare_helper.cpp159 auto exec = [ctxInfo](AsyncCall::Context *ctx) { in Napi_CreateDataShareHelper() local
244 auto exec = [context](AsyncCall::Context *ctx) { in Napi_OpenFile() local
290 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Insert() local
330 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Delete() local
380 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Query() local
428 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Update() local
474 auto exec = [context](AsyncCall::Context *ctx) { in Napi_BatchInsert() local
502 auto exec = [context](AsyncCall::Context *ctx) { in Napi_GetType() local
538 auto exec = [context](AsyncCall::Context *ctx) { in Napi_GetFileTypes() local
566 auto exec = [context](AsyncCall::Context *ctx) { in Napi_NormalizeUri() local
[all …]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_async_call.cpp27 … napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) in SetAction()
53 … napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) in SetAll()
Dnapi_rdb_store.cpp515 auto exec = [context]() -> int { in Insert() local
540 auto exec = [context]() -> int { in BatchInsert() local
568 auto exec = [context]() -> int { in Delete() local
606 auto exec = [context]() -> int { in Update() local
644 auto exec = [context]() -> int { in Query() local
675 auto exec = [context]() -> int { in RemoteQuery() local
707 auto exec = [context]() -> int { in QuerySql() local
737 auto exec = [context]() -> int { in ExecuteSql() local
760 auto exec = [context]() -> int { in Count() local
785 auto exec = [context]() -> int { in Replace() local
[all …]
Dnapi_rdb_store_helper.cpp218 auto exec = [context]() -> int { in GetRdbStore() local
246 auto exec = [context]() -> int { in DeleteRdbStore() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
Dnapi_storage_helper.cpp80 auto exec = [context]() -> int { in GetStorage() local
152 auto exec = [context]() -> int { in DeleteStorage() local
196 auto exec = [context]() -> int { in RemoveStorageFromCache() local
Dnapi_storage.cpp356 auto exec = [context]() -> int { in GetValue() local
445 auto exec = [context]() -> int { in SetValue() local
500 auto exec = [context]() -> int { in Delete() local
547 auto exec = [context]() -> int { in HasKey() local
571 auto exec = [context]() -> int { in Flush() local
618 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/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
Dnapi_preferences.cpp179 auto exec = [context]() -> int { in GetAll() local
217 auto exec = [context]() -> int { in GetValue() local
269 auto exec = [context]() -> int { in SetValue() local
311 auto exec = [context]() -> int { in Delete() local
352 auto exec = [context]() -> int { in HasKey() local
392 auto exec = [context]() -> int { in Flush() local
415 auto exec = [context]() -> int { in Clear() local
Dnapi_preferences_helper.cpp107 auto exec = [context]() -> int { in GetPreferences() local
153 auto exec = [context]() -> int { in DeletePreferences() local
189 auto exec = [context]() -> int { in RemovePreferencesFromCache() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp525 auto exec = [context]() { in Insert() local
559 auto exec = [context]() { in BatchInsert() local
601 auto exec = [context]() { in Delete() local
644 auto exec = [context]() { in Update() local
690 auto exec = [context]() { in Query() local
726 auto exec = [context]() { in QuerySql() local
788 auto exec = [context]() { in ExecuteSql() local
818 auto exec = [context]() { in Count() local
854 auto exec = [context]() { in Replace() local
887 auto exec = [context]() { in Attach() local
[all …]
Dnapi_async_call.cpp26 … napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) in SetAction()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
Dnapi_async_call.cpp22 … napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) in SetAction()
/foundation/window/window_manager/snapshot/test/unittest/
Dsnapshot_display_test.cpp91 bool TakeScreenshotBySpecifiedParam(std::string exec, std::string imgPath, std::string extraParam) in TakeScreenshotBySpecifiedParam()
/foundation/communication/netstack/frameworks/js/napi/socket/task_queue/src/
Dtask_queue.cpp29 Task(TaskPriority priority, AsyncWorkExecutor exec, AsyncWorkCallback call, void *d) in Task()
/foundation/multimedia/histreamer/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
Dffmpeg_au_enc_config.cpp25 #define ASSIGN_IF_NOT_NULL(exec, target) \ argument
/foundation/multimedia/histreamer/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
Dffmpeg_vid_enc_config.cpp27 #define ASSIGN_IF_NOT_NULL(exec, target) \ argument
/foundation/multimedia/histreamer/engine/pipeline/filters/common/
Dplugin_utils.cpp27 #define RETURN_IF_FAILED(exec, errVal, retVal) \ argument
37 #define RETURN_IF_SNPRI_FAILED(exec, snPrintRet, retVal) \ argument
/foundation/resourceschedule/ffrt/interfaces/kits/c/
Dtype_def.h74 ffrt_function_t exec; member

12