Home
last modified time | relevance | path

Searched refs:Exec (Results 1 - 22 of 22) sorted by relevance

/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_check_sa.cpp32 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function
50 .funcExec = Exec, in CheckSaRegister()
H A Dtools_op_help.cpp30 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function
58 .funcExec = Exec, in HelpRegister()
H A Dtools_op_backup.cpp276 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function
302 .funcExec = Exec, in BackUpRegister()
H A Dtools_op_restore_async.cpp404 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function
435 .funcExec = Exec, in RestoreAsyncRegister()
H A Dtools_op_restore.cpp324 static int Exec(map<string, vector<string>> &mapArgToVal) in Exec() function
355 .funcExec = Exec, in RestoreRegister()
/foundation/multimedia/camera_lite/frameworks/
H A Devent_handler.cpp57 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 Devent_handler.h47 virtual void Exec() {} in Exec() function
60 void Exec() override
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_store.h103 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 Dmtpfs_main.cpp29 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 Dmtpfs_fuse.cpp413 bool MtpFileSystem::Exec() in Exec() function in MtpFileSystem
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_single_kv_store.h115 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 Dtools_op_restore_test.cpp884 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 Dtools_op_restore_async_test.cpp803 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 Dmtpfs_fuse.h57 bool Exec();
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dasync_call.h65 virtual void Exec() in Exec() function in OHOS::DataShare::final::Context
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dasync_call.h75 virtual void Exec() in Exec() function in OHOS::MiscServicesNapi::final::Context
/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/src/
H A Doh_file_share.cpp33 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 Dimage_napi_utils.h112 #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 Dasync_call.cpp100 context->ctx->Exec(); in OnExecute()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dasync_call.cpp104 context->ctx->Exec(); in OnExecute()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp32 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 Djs_single_kv_store.cpp30 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()

Completed in 15 milliseconds