/foundation/resourceschedule/ffrt/src/core/ |
H A D | task_io.h | 25 ffrt_coroutine_ptr_t exec; member
|
H A D | task_io.cpp | 71 void ffrt_submit_coroutine(void* co, ffrt_coroutine_ptr_t exec, ffrt_function_t destroy, const ffrt_deps_t* in_deps, in ffrt_submit_coroutine() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store_helper.cpp | 75 auto exec = [context]() -> int { in GetRdbStore() local 115 auto exec = [context]() -> int { in DeleteRdbStore() local
|
H A D | napi_async_call.cpp | 31 SetAction( napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) SetAction() argument 71 SetAll( napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) SetAll() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/include/ |
H A D | effect_kit_napi_utils.h | 102 CreateAsyncWork(napi_env& env, napi_status& status, const char* workName, napi_async_execute_callback exec, napi_async_complete_callback complete, std::unique_ptr<T>& aContext, napi_async_work& work) CreateAsyncWork() argument
|
/foundation/window/window_manager/snapshot/test/unittest/ |
H A D | snapshot_display_test.cpp | 91 bool TakeScreenshotBySpecifiedParam(std::string exec, std::string imgPath, std::string extraParam) in TakeScreenshotBySpecifiedParam() argument
|
/foundation/communication/netstack/frameworks/js/napi/socket/task_queue/src/ |
H A D | task_queue.cpp | 29 Task(TaskPriority priority, AsyncWorkExecutor exec, AsyncWorkCallback call, void *d) in Task() argument
|
/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/src/ |
H A D | oh_file_share.cpp | 149 ExecAction(const FileShare_PolicyInfo *policies, unsigned int policyNum, FileShare_PolicyErrorResult **result, unsigned int *resultNum, Exec exec) ExecAction() argument
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | executor.h | 43 std::function<void()> exec = []() {}; member
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | async_call.cpp | 56 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() argument 79 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | priority_queue_test.cpp | 42 std::function<void()> exec = []() {};
member
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | executor.h | 46 std::function<void()> exec = []() {}; member
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage_helper.cpp | 78 auto exec = [context]() -> int { in GetStorage() local 151 auto exec = [context]() -> int { in DeleteStorage() local 197 auto exec = [context]() -> int { in RemoveStorageFromCache() local
|
H A D | napi_storage.cpp | 356 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 { Clear() local [all...] |
/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->path); }; in RemovePreferencesFromCache() local
|
H A D | napi_preferences.cpp | 192 auto exec = [context]() -> int { in GetAll() local 219 auto exec = [context]() -> int { in GetValue() local 256 auto exec = [context]() -> int { in SetValue() local 286 auto exec = [context]() -> int { in Delete() local 316 auto exec = [context]() -> int { in HasKey() local 346 auto exec = [context]() -> int { Flush() local 375 auto exec = [context]() -> int { Clear() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_async_call.cpp | 25 SetAction( napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) SetAction() argument
|
H A D | napi_rdb_store_helper.cpp | 449 auto exec = [context]() -> int { in InnerGetRdbStore() local 506 auto exec = [context]() -> int { in InnerDeleteRdbStore() local
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | async_call.cpp | 54 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() argument 83 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall() argument
|
/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
|
H A D | napi_preferences.cpp | 197 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 { Flush() local 388 auto exec = [context]() -> int { Clear() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | task_scheduler.h | 149 std::function<void()> exec; member 154 std::function<void()> exec; in Loop() local
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | napi_async_call.cpp | 25 SetAction( napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output) SetAction() argument
|
/foundation/resourceschedule/ffrt/interfaces/kits/c/ |
H A D | type_def.h | 91 ffrt_function_t exec; member
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 238 static bool JsCreateWork(napi_env env, const char* name, AsyncExecCallback exec,
in JsCreateWork() argument
|