/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_check_sa.cpp | 32 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function 50 .funcExec = Exec, in CheckSaRegister()
|
H A D | tools_op_help.cpp | 30 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function 58 .funcExec = Exec, in HelpRegister()
|
H A D | tools_op_backup.cpp | 276 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function 302 .funcExec = Exec, in BackUpRegister()
|
H A D | tools_op_restore_async.cpp | 404 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function 435 .funcExec = Exec, in RestoreAsyncRegister()
|
H A D | tools_op_restore.cpp | 324 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function 355 .funcExec = Exec, in RestoreRegister()
|
/foundation/multimedia/camera_lite/frameworks/ |
H A D | event_handler.cpp | 57 mission->Exec();
in EventDispatch() 62 /* Exec all tasks before exit */
in EventDispatch() 67 mission->Exec();
in EventDispatch()
|
/foundation/multimedia/camera_lite/interfaces/kits/ |
H A D | event_handler.h | 47 virtual void Exec() {}
in Exec() function 60 void Exec() override
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_kv_store.h | 103 using Exec = std::function<void(napi_env, size_t, napi_value*, std::shared_ptr<ContextBase>)>; 104 static std::map<std::string, Exec> onEventHandlers_; 105 static std::map<std::string, Exec> offEventHandlers_;
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_main.cpp | 29 bool success = DelayedSingleton<MtpFileSystem>::GetInstance()->Exec(); in main() 31 LOGE("Exec mtpfs.bin to mount mtp device failed."); in main() 32 std::cout << "Exec mtpfs to mount mtp device failed.\n"; in main() 36 LOGI("Exec mtpfs.bin to mount mtp device success."); in main()
|
H A D | mtpfs_fuse.cpp | 413 bool MtpFileSystem::Exec() in Exec() function in MtpFileSystem
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_single_kv_store.h | 115 using Exec = std::function<void(napi_env, size_t, napi_value*, std::shared_ptr<ContextBase>)>; 116 static std::map<std::string, Exec> onEventHandlers_; 117 static std::map<std::string, Exec> offEventHandlers_;
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_restore_test.cpp | 884 Exec(mapArgToVal); in HWTEST_F() 909 int ret = Exec(mapArgToVal); in HWTEST_F() 936 int ret = Exec(mapArgToVal); in HWTEST_F() 964 int ret = Exec(mapArgToVal); in HWTEST_F() 989 int ret = Exec(mapArgToVal); in HWTEST_F()
|
H A D | tools_op_restore_async_test.cpp | 803 int ret = Exec(mapArgToVal); in HWTEST_F() 826 int ret = Exec(mapArgToVal); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
H A D | mtpfs_fuse.h | 57 bool Exec();
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/ |
H A D | async_call.h | 65 virtual void Exec() in Exec() function in OHOS::DataShare::final::Context
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | async_call.h | 75 virtual void Exec() in Exec() function in OHOS::MiscServicesNapi::final::Context
|
/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/src/ |
H A D | oh_file_share.cpp | 33 using Exec = std::function<int(const std::vector<OHOS::AppFileService::UriPolicyInfo> &uriPolicies, 153 Exec exec) in ExecAction()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/include/ |
H A D | image_napi_utils.h | 112 #define STATIC_EXEC_FUNC(name) static void name ## Exec(napi_env env, void *data)
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | async_call.cpp | 100 context->ctx->Exec(); in OnExecute()
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | async_call.cpp | 104 context->ctx->Exec(); in OnExecute()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_kv_store.cpp | 32 std::map<std::string, JsKVStore::Exec> JsKVStore::onEventHandlers_ = { 37 std::map<std::string, JsKVStore::Exec> JsKVStore::offEventHandlers_ = { 207 // shift 1 argument, for JsKVStore::Exec. in OnEvent() 233 // shift 1 argument, for JsKVStore::Exec. in OffEvent()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_single_kv_store.cpp | 30 std::map<std::string, JsSingleKVStore::Exec> JsSingleKVStore::onEventHandlers_ = { 35 std::map<std::string, JsSingleKVStore::Exec> JsSingleKVStore::offEventHandlers_ = { 286 // shift 1 argument, for JsSingleKVStore::Exec. in OnEvent() 316 // shift 1 argument, for JsSingleKVStore::Exec. in OffEvent()
|