/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_machine.cpp | 55 static int32_t Recover(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, 71 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // transfer_finished 73 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // upload_finished 75 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // upload_finished 82 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // upload_finished 84 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // upload_finished 89 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // transfer_finished 90 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // upload 91 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // upload_finished 92 { STATUS_NO_CHANGE, nullptr, (Action)Recover }, // downloa 337 static int32_t Recover(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, Recover() function [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer.cpp | 63 void BundleInstaller::Recover(const std::string &bundleName, const InstallParam &installParam) in Recover() function in OHOS::AppExecFwk::BundleInstaller 71 resultCode = BaseBundleInstaller::Recover(bundleName, userInstallParam); in Recover() 75 resultCode = BaseBundleInstaller::Recover(bundleName, installParam); in Recover() 271 ErrCode resultCode = BaseBundleInstaller::Recover(bundleName, userInstallParam); in RecoverDriverForAllUsers() 299 resultCode = BaseBundleInstaller::Recover(bundleName, userInstallParam); in UninstallAndRecover()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerrecover_fuzzer/ |
H A D | basebundleinstallerrecover_fuzzer.cpp | 33 auto ret1 = basebundleinstall.Recover(bundleName, installParam); in DoSomethingInterestingWithMyAPI()
|
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/include/ |
H A D | file_trash_n_exporter.h | 49 static napi_value Recover(napi_env env, napi_callback_info info);
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | native_module.cpp | 40 DECLARE_NAPI_FUNCTION("recover", Recover), in BundleInstallerExport()
|
H A D | installer.h | 95 napi_value Recover(napi_env env, napi_callback_info info);
|
/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_installer_service.h | 32 MOCK_METHOD3(Recover,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer.h | 55 void Recover(const std::string &bundleName, const InstallParam &installParam);
|
H A D | bundle_installer_host.h | 58 virtual bool Recover(const std::string &bundleName, const InstallParam &installParam,
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/ |
H A D | bundleinstallerproxy_fuzzer.cpp | 35 bundleinstallerProxy.Recover(bundleName, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/ |
H A D | media_manager.h | 46 MediaManagerError Recover(const int64_t size);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_installer_interface.h | 48 virtual bool Recover(const std::string &bundleName, const InstallParam &installParam,
|
H A D | bundle_installer_proxy.h | 49 virtual bool Recover(const std::string &bundleName, const InstallParam &installParam,
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/ |
H A D | bundleinstallerhost_fuzzer.cpp | 68 bundleInstallerHost->Recover(bundleName, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.h | 66 bool Recover(const std::string &bundleName, const InstallParam &installParam,
|
H A D | mock_bundle_installer_host.cpp | 86 bool MockBundleInstallerHost::Recover(const std::string &bundleName, const InstallParam &installParam, in Recover() function in OHOS::AppExecFwk::MockBundleInstallerHost
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_monitor.cpp | 70 DHLOGI("Try Recover Component, dhType: %{public}" PRIu32, (uint32_t)dhType); in OnRemoveSystemAbility() 71 ComponentManager::GetInstance().Recover(dhType); in OnRemoveSystemAbility()
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session.h | 44 MOCK_METHOD0(Recover, WSError(void));
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/ |
H A D | media_manager.cpp | 56 ret = Recover(tempSize); in Create() 138 MediaManagerError MediaManager::Recover(const int64_t size) in Recover() function in OHOS::CameraStandard::DeferredProcessing::MediaManager
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | native_module.cpp | 121 DECLARE_NAPI_FUNCTION("recover", Recover), in Init()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/ |
H A D | bms_bundle_multiuser_install_ipc_test.cpp | 120 bool Recover(const std::string &bundleName, const InstallParam &installParam, in Recover() function in OHOS::EmptyTestBundleInstaller
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test3.cpp | 1180 * @tc.name: Recover
1181 * @tc.desc: Recover
1184 HWTEST_F(WindowSceneSessionImplTest3, Recover, Function | SmallTest | Level2)
in HWTEST_F() 1188 option->SetWindowName("Recover");
in HWTEST_F() 1205 auto ret = windowSceneSessionImpl->Recover();
in HWTEST_F() 1209 ret = windowSceneSessionImpl->Recover();
in HWTEST_F() 1213 ret = windowSceneSessionImpl->Recover();
in HWTEST_F() 1217 ret = windowSceneSessionImpl->Recover();
in HWTEST_F() 1221 ret = windowSceneSessionImpl->Recover();
in HWTEST_F() 1951 * @tc.desc: Recover
[all...] |
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 43 WMError Recover() override; 44 WMError Recover(uint32_t reason) override;
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/ |
H A D | component_manager.h | 63 void Recover(DHType dhType);
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 272 virtual WMError Recover() = 0; 365 virtual WMError Recover(uint32_t reason = 0) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }; in Recover() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
|