/base/update/updateservice/interfaces/inner_api/feature/update/model/event/ |
H A D | event_id.h | 24 EVENT_TASK_BASE = CAST_UINT(EventClassify::TASK), 52 SYSTEM_BASE = CAST_UINT(EventClassify::SYSTEM), 55 COMMAND_BASE = CAST_UINT(EventClassify::COMMAND),
|
/base/update/updateservice/services/engine/src/ |
H A D | update_service.cpp | 485 CAST_UINT(UpdaterSaInterfaceCode::CHECK_VERSION), in RegisterOhFunc() 486 CAST_UINT(UpdaterSaInterfaceCode::DOWNLOAD), in RegisterOhFunc() 487 CAST_UINT(UpdaterSaInterfaceCode::PAUSE_DOWNLOAD), in RegisterOhFunc() 488 CAST_UINT(UpdaterSaInterfaceCode::RESUME_DOWNLOAD), in RegisterOhFunc() 489 CAST_UINT(UpdaterSaInterfaceCode::UPGRADE), in RegisterOhFunc() 490 CAST_UINT(UpdaterSaInterfaceCode::CLEAR_ERROR), in RegisterOhFunc() 491 CAST_UINT(UpdaterSaInterfaceCode::TERMINATE_UPGRADE), in RegisterOhFunc() 492 CAST_UINT(UpdaterSaInterfaceCode::SET_POLICY), in RegisterOhFunc() 493 CAST_UINT(UpdaterSaInterfaceCode::GET_POLICY), in RegisterOhFunc() 494 CAST_UINT(UpdaterSaInterfaceCod in RegisterOhFunc() [all...] |
H A D | update_service_stub.cpp | 49 {CAST_UINT(UpdaterSaInterfaceCode::CHECK_VERSION), &UpdateServiceStub::CheckNewVersionStub}, in UpdateServiceStub() 50 {CAST_UINT(UpdaterSaInterfaceCode::DOWNLOAD), &UpdateServiceStub::DownloadVersionStub}, in UpdateServiceStub() 51 {CAST_UINT(UpdaterSaInterfaceCode::PAUSE_DOWNLOAD), &UpdateServiceStub::PauseDownloadStub}, in UpdateServiceStub() 52 {CAST_UINT(UpdaterSaInterfaceCode::RESUME_DOWNLOAD), &UpdateServiceStub::ResumeDownloadStub}, in UpdateServiceStub() 53 {CAST_UINT(UpdaterSaInterfaceCode::UPGRADE), &UpdateServiceStub::DoUpdateStub}, in UpdateServiceStub() 54 {CAST_UINT(UpdaterSaInterfaceCode::CLEAR_ERROR), &UpdateServiceStub::ClearErrorStub}, in UpdateServiceStub() 55 {CAST_UINT(UpdaterSaInterfaceCode::TERMINATE_UPGRADE), &UpdateServiceStub::TerminateUpgradeStub}, in UpdateServiceStub() 56 {CAST_UINT(UpdaterSaInterfaceCode::SET_POLICY), &UpdateServiceStub::SetUpgradePolicyStub}, in UpdateServiceStub() 57 {CAST_UINT(UpdaterSaInterfaceCode::GET_POLICY), &UpdateServiceStub::GetUpgradePolicyStub}, in UpdateServiceStub() 58 {CAST_UINT(UpdaterSaInterfaceCod in UpdateServiceStub() [all...] |
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_proxy.cpp | 69 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::REGISTER_CALLBACK), data, reply, option); in RegisterUpdateCallback() 85 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::UNREGISTER_CALLBACK), data, reply, option); in UnregisterUpdateCallback() 103 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::CHECK_VERSION), data, reply, option); in CheckNewVersion() 129 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::DOWNLOAD), data, reply, option); in Download() 152 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::PAUSE_DOWNLOAD), data, reply, option); in PauseDownload() 175 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::RESUME_DOWNLOAD), data, reply, option); in ResumeDownload() 200 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::UPGRADE), data, reply, option); in Upgrade() 222 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::CLEAR_ERROR), data, reply, option); in ClearError() 241 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::TERMINATE_UPGRADE), data, reply, option); in TerminateUpgrade() 262 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCod in GetNewVersionInfo() [all...] |
/base/update/updateservice/services/utils/src/ |
H A D | dupdate_net_manager.cpp | 83 return (CAST_UINT(netType_) & CAST_UINT(netType)) > 0; in IsNetAvailable()
|
/base/update/updateservice/foundations/ability/define/include/ |
H A D | update_define.h | 24 #define CAST_UINT(enumClass) (static_cast<uint32_t>(enumClass)) macro
|
/base/update/updateservice/services/firmware/upgrade/data_processor/src/ |
H A D | firmware_check_data_processor_empty.cpp | 101 uint32_t combinationType = CAST_UINT(CombinationType::INVALLID_TYPE); in GetCombinationType()
|
H A D | firmware_check_data_processor.cpp | 219 uint32_t combinationType = CAST_UINT(CombinationType::INVALLID_TYPE); in GetCombinationType() 222 combinationType |= CAST_UINT(CombinationType::HOTA); in GetCombinationType()
|
/base/update/updateservice/frameworks/js/napi/update/common/src/ |
H A D | iupdater.cpp | 138 if (CAST_UINT(eventInfo.eventId) & CAST_UINT(item)) { in NotifyEventInfo()
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | define_property.cpp | 36 {StringUtils::GetEnumValueString(#item), NapiCommonUtils::CreateUint32(env, CAST_UINT((item)))} 43 NapiCommonUtils::CreateUint32(env, CAST_UINT(NapiCommonUtils::ConvertToErrorCode(item)))}
|