/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A 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
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A 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 227 #define FALSE_RETURN_V_MSG(exec, ret, fmt, args...) FALSE_RETURN_V_MSG_IMPL(MEDIA_LOG_E, exec, ret,… argument 231 #define FALSE_RETURN_V_MSG_W(exec, ret, fmt, args...) FALSE_RETURN_V_MSG_IMPL(MEDIA_LOG_W, exec, re… argument 235 #define FALSE_RETURN_V_MSG_E(exec, ret, fmt, args...) FALSE_RETURN_V_MSG_IMPL(MEDIA_LOG_E, exec, re… argument 259 #define FALSE_LOG_MSG(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_E, exec, fmt, ##args) argument [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/core/ |
H A 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
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | av_trans_log.h | 46 #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
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 205 #define NOK_LOG(exec) \ 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 301 #define FALSE_RETURN_V_W(exec, ret) \ argument 312 #define FALSE_RETURN_MSG(exec, fmt, args...) \ argument 323 #define FALSE_RETURN_V_MSG_IMPL(loglevel, exec, ret, fmt, args...) \ argument 350 #define FALSE_LOG(exec) \ argument [all …]
|
/ohos5.0/build/hb/services/interface/ |
H A D | service_interface.py | 32 def exec(self) -> str: member in ServiceInterface 36 def exec(self, value): member in ServiceInterface
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-exec.md | 1 # exec chapter
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-exec.md | 1 # exec chapter
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/ |
H A D | napi_inner_scan.cpp | 47 auto exec = [context](ScanAsyncCall::Context *ctx) { in InitScan() local 73 auto exec = [context](ScanAsyncCall::Context *ctx) { in ExitScan() local 99 auto exec = [context](ScanAsyncCall::Context *ctx) { in GetScannerList() local 132 auto exec = [context](ScanAsyncCall::Context *ctx) { in StopDiscover() local 164 auto exec = [context](ScanAsyncCall::Context *ctx) { in OpenScanner() local 196 auto exec = [context](ScanAsyncCall::Context *ctx) { in CloseScanner() local 232 auto exec = [context](ScanAsyncCall::Context *ctx) { in GetScanOptionDesc() local 279 auto exec = [context](ScanAsyncCall::Context *ctx) { in SetScanOption() local 319 auto exec = [context](ScanAsyncCall::Context *ctx) { in SetScanAutoOption() local 371 auto exec = [context](ScanAsyncCall::Context *ctx) { in GetScanOption() local [all …]
|
H A D | scan_async_call.cpp | 74 napi_value ScanAsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() 101 napi_value ScanAsyncCall::SyncCall(napi_env env, ScanAsyncCall::Context::ExecAction exec) in SyncCall()
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | napi_inner_print.cpp | 59 auto exec = [context](PrintAsyncCall::Context *ctx) { in QueryExtensionInfo() local 113 auto exec = [context](PrintAsyncCall::Context *ctx) { in StartDiscovery() local 147 auto exec = [context](PrintAsyncCall::Context *ctx) { in StopDiscovery() local 187 auto exec = [context](PrintAsyncCall::Context *ctx) { in ConnectPrinter() local 227 auto exec = [context](PrintAsyncCall::Context *ctx) { in DisconnectPrinter() local 268 auto exec = [context](PrintAsyncCall::Context *ctx) { in StartPrintJob() local 313 auto exec = [context](PrintAsyncCall::Context *ctx) { in CancelPrintJob() local 355 auto exec = [context](PrintAsyncCall::Context *ctx) { in RequestPreview() local 397 auto exec = [context](PrintAsyncCall::Context *ctx) { in QueryCapability() local 437 auto exec = [context](PrintAsyncCall::Context *ctx) { in QueryAllPrintJob() local [all …]
|
H A D | napi_print_ext.cpp | 59 auto exec = [context](PrintAsyncCall::Context *ctx) { in AddPrinters() local 113 auto exec = [context](PrintAsyncCall::Context *ctx) { in RemovePrinters() local 165 auto exec = [context](PrintAsyncCall::Context *ctx) { in UpdatePrinters() local 221 auto exec = [context](PrintAsyncCall::Context *ctx) { in UpdatePrinterState() local 272 auto exec = [context](PrintAsyncCall::Context *ctx) { in UpdatePrintJobStateOnlyForSystemApp() local 320 auto exec = [context](PrintAsyncCall::Context *ctx) { in UpdateExtensionInfo() local 374 auto exec = [context](PrintAsyncCall::Context *ctx) { in AddPrinterToCups() local 426 auto exec = [context](PrintAsyncCall::Context *ctx) { in QueryPrinterCapabilityByUri() local 465 auto exec = [context](PrintAsyncCall::Context *ctx) { in DeletePrinterFromCups() local 501 auto exec = [context](PrintAsyncCall::Context *ctx) { in DiscoverUsbPrinters() local [all …]
|
H A D | print_async_call.cpp | 55 napi_value PrintAsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() 79 napi_value PrintAsyncCall::SyncCall(napi_env env, PrintAsyncCall::Context::ExecAction exec) in SyncCall()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | async_call.cpp | 64 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec, const std::string &resourceName) in Call() 92 napi_value AsyncCall::Post(napi_env env, Context::ExecAction exec, std::shared_ptr<TaskQueue> queue… in Post() 124 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall()
|
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/ |
H A D | async_call.cpp | 53 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() 78 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_keyboard_controller_engine.cpp | 92 auto exec = [ctxt](AsyncCall::Context *ctx) { in Hide() local 112 auto exec = [ctxt](AsyncCall::Context *ctx) { in HideKeyboard() local 128 auto exec = [ctxt](AsyncCall::Context *ctx) { in ExitCurrentInputType() local
|
H A D | js_text_input_client_engine.cpp | 93 auto exec = [ctxt](AsyncCall::Context *ctx) { in MoveCursor() local 226 auto exec = [ctxt](AsyncCall::Context *ctx) { in SendKeyFunction() local 257 auto exec = [ctxt](AsyncCall::Context *ctx) { in SendPrivateCommand() local 366 auto exec = [ctxt](AsyncCall::Context *ctx) { in DeleteBackward() local 541 auto exec = [ctxt](AsyncCall::Context *ctx) { in GetBackward() local 579 auto exec = [ctxt](AsyncCall::Context *ctx) { in GetEditorAttribute() local 614 auto exec = [ctxt](AsyncCall::Context *ctx) { in SelectByRange() local 690 auto exec = [ctxt](AsyncCall::Context *ctx) { in SelectByMovement() local 716 auto exec = [ctxt](AsyncCall::Context *ctx) { in SendExtendAction() local 740 auto exec = [ctxt](AsyncCall::Context *ctx) { in GetTextIndexAtCursor() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A 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()
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/common/ |
H A D | error_code.h | 125 #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
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | async_call.cpp | 62 napi_value AsyncCall::Call(const napi_env env, Context::ExecAction exec, const std::string &resourc… in Call() 92 napi_value AsyncCall::SyncCall(const napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | async_call.cpp | 54 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()
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.cpp | 79 auto exec = [context, apiInfo](Call::Context *ctx) { in GetColorsInner() local 123 auto exec = [context](Call::Context *ctx) { in GetIdInner() local 163 auto exec = [context, apiInfo](Call::Context *ctx) { in GetFileInner() local 214 auto exec = [context, apiInfo](Call::Context *ctx) { in GetMinHeightInner() local 261 auto exec = [context, apiInfo](Call::Context *ctx) { in GetMinWidthInner() local 296 auto exec = [context](Call::Context *ctx) { in IsChangeAllowedInner() local 323 auto exec = [context](Call::Context *ctx) { in IsUserChangeAllowedInner() local 454 auto exec = [context](Call::Context *ctx) { in SendEventInner() local 510 auto exec = [context](Call::Context *ctx) { in SetVideoInner() local 867 auto exec = [context](Call::Context *ctx) { in SetCustomWallpaper() local [all …]
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | scan_async_call_test.cpp | 56 auto exec = [context](ScanAsyncCall::Context *ctx) { in __anonc6c3252d0102() variable
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences_helper.cpp | 83 auto exec = [context]() -> int { in GetPreferences() local 107 auto exec = [context]() -> int { in DeletePreferences() local 128 auto exec = [context]() -> int { in RemovePreferencesFromCache() local
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences_helper.cpp | 84 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
|