| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | js_execution_scope_defines.h | 20 #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/ |
| D | log.h | 118 #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/ |
| D | error_code.h | 52 #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/ |
| D | av_trans_log.h | 49 #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/ |
| D | async_call.cpp | 55 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()
|
| D | napi_systempasteboard.cpp | 217 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/ |
| D | async_call.cpp | 52 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()
|
| D | napi_datashare_helper.cpp | 159 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/ |
| D | napi_async_call.cpp | 27 … 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()
|
| D | napi_rdb_store.cpp | 515 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 …]
|
| D | napi_rdb_store_helper.cpp | 218 auto exec = [context]() -> int { in GetRdbStore() local 246 auto exec = [context]() -> int { in DeleteRdbStore() local
|
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
| D | napi_storage_helper.cpp | 80 auto exec = [context]() -> int { in GetStorage() local 152 auto exec = [context]() -> int { in DeleteStorage() local 196 auto exec = [context]() -> int { in RemoveStorageFromCache() local
|
| D | napi_storage.cpp | 356 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/ |
| D | task_scheduler.h | 149 std::function<void()> exec; member 154 std::function<void()> exec; in Loop() local
|
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
| D | napi_preferences.cpp | 179 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
|
| D | napi_preferences_helper.cpp | 107 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/ |
| D | napi_rdb_store.cpp | 525 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 …]
|
| D | napi_async_call.cpp | 26 … napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) in SetAction()
|
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
| D | napi_async_call.cpp | 22 … napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) in SetAction()
|
| /foundation/window/window_manager/snapshot/test/unittest/ |
| D | snapshot_display_test.cpp | 91 bool TakeScreenshotBySpecifiedParam(std::string exec, std::string imgPath, std::string extraParam) in TakeScreenshotBySpecifiedParam()
|
| /foundation/communication/netstack/frameworks/js/napi/socket/task_queue/src/ |
| D | task_queue.cpp | 29 Task(TaskPriority priority, AsyncWorkExecutor exec, AsyncWorkCallback call, void *d) in Task()
|
| /foundation/multimedia/histreamer/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/ |
| D | ffmpeg_au_enc_config.cpp | 25 #define ASSIGN_IF_NOT_NULL(exec, target) \ argument
|
| /foundation/multimedia/histreamer/engine/plugin/plugins/ffmpeg_adapter/video_encoder/ |
| D | ffmpeg_vid_enc_config.cpp | 27 #define ASSIGN_IF_NOT_NULL(exec, target) \ argument
|
| /foundation/multimedia/histreamer/engine/pipeline/filters/common/ |
| D | plugin_utils.cpp | 27 #define RETURN_IF_FAILED(exec, errVal, retVal) \ argument 37 #define RETURN_IF_SNPRI_FAILED(exec, snPrintRet, retVal) \ argument
|
| /foundation/resourceschedule/ffrt/interfaces/kits/c/ |
| D | type_def.h | 74 ffrt_function_t exec; member
|