Home
last modified time | relevance | path

Searched refs:UpdateEngine (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine.cpp38 UpdateEngine::UpdateEngine() in UpdateEngine() function in OHOS::IntellVoiceEngine::UpdateEngine
43 UpdateEngine::~UpdateEngine() in ~UpdateEngine()
49 void UpdateEngine::OnCommitEnrollComplete(int32_t result) in OnCommitEnrollComplete()
75 void UpdateEngine::OnUpdateEvent(int32_t msgId, int32_t result) in OnUpdateEvent()
82 bool UpdateEngine::Init(const std::string &param) in Init()
116 void UpdateEngine::SetCallback(sptr<IRemoteObject> object) in SetCallback()
130 int32_t UpdateEngine::Attach(const IntellVoiceEngineInfo &info) in Attach()
149 int32_t UpdateEngine::Detach(void) in Detach()
174 int32_t UpdateEngine::Start(bool isLast) in Start()
181 int32_t UpdateEngine::Stop() in Stop()
[all …]
H A Dupdate_engine.h27 class UpdateEngine : public EngineBase, private EngineUtil {
29 ~UpdateEngine();
40 UpdateEngine();
50 friend class IntellVoiceUtils::SptrFactory<EngineBase, UpdateEngine>;
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dupdate_service_module.cpp24 namespace UpdateEngine { namespace
27 OHOS::UpdateEngine::ModuleManager::GetInstance().HookFunc(codes, handleRemoteRequest); in RegisterFunc()
32 OHOS::UpdateEngine::ModuleManager::GetInstance().HookOnStartOnStopFunc(phase, handlePhase); in RegisterOnStartOnStopFunc()
37 OHOS::UpdateEngine::ModuleManager::GetInstance().HookOnIdleFunc(phase, handlePhase); in RegisterOnIdleFunc()
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/include/
H A Dmodule_log.h22 #define UTILS_LOGE(fmt, ...) PRINT_LOGE(OHOS::UpdateEngine::UPDATE_MODULEMGR_TAG, fmt, ##__VA_ARGS_…
23 #define UTILS_LOGI(fmt, ...) PRINT_LOGI(OHOS::UpdateEngine::UPDATE_MODULEMGR_TAG, fmt, ##__VA_ARGS_…
24 #define UTILS_LOGD(fmt, ...) PRINT_LOGD(OHOS::UpdateEngine::UPDATE_MODULEMGR_TAG, fmt, ##__VA_ARGS_…
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dreset_factory_plugin.cpp36 UpdateEngine::BusinessError businessError; in OnSetPolicy()
37 int32_t ret = UpdateEngine::UpdateServiceKits::GetInstance().FactoryReset(businessError); in OnSetPolicy()
H A Doperate_device_plugin.cpp72 UpdateEngine::BusinessError businessError; in OnSetPolicy()
73 int32_t ret = UpdateEngine::UpdateServiceKits::GetInstance().FactoryReset(businessError); in OnSetPolicy()
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/download/
H A Dpause_download_options.h19 namespace OHOS::UpdateEngine {
H A Dresume_download_options.h21 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/services/service/include/
H A Ddupdate_upgrade_helper.h20 namespace UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/check/
H A Dcheck_result.h21 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/task/
H A Dtask_info.h21 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/description/
H A Ddescription_format.h19 namespace OHOS::UpdateEngine {
H A Ddescription_type.h19 namespace OHOS::UpdateEngine {
H A Dversion_description_info.h23 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/clear/
H A Dclear_options.h21 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/install/
H A Dinstall_mode.h19 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/policy/
H A Dupgrade_period.h21 namespace OHOS::UpdateEngine {
H A Dupgrade_policy.h21 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade/
H A Dupgrade_interval.h21 namespace OHOS::UpdateEngine {
H A Dupgrade_options.h21 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/
H A Dbusiness_vendor.h19 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/
H A Deffective_mode.h19 namespace OHOS::UpdateEngine {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/src/
H A Dversion_digest_info.cpp18 namespace OHOS::UpdateEngine { namespace
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_task_table_empty.cpp19 namespace UpdateEngine { namespace
/ohos5.0/base/update/updateservice/services/firmware/callback/src/
H A Dfirmware_callback_utils.cpp19 namespace UpdateEngine { namespace

12345678910>>...13