Home
last modified time | relevance | path

Searched refs:CAST_UINT (Results 1 - 10 of 10) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/model/event/
H A Devent_id.h24 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 Dupdate_service.cpp485 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 Dupdate_service_stub.cpp49 {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 Dupdate_service_proxy.cpp69 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 Ddupdate_net_manager.cpp83 return (CAST_UINT(netType_) & CAST_UINT(netType)) > 0; in IsNetAvailable()
/base/update/updateservice/foundations/ability/define/include/
H A Dupdate_define.h24 #define CAST_UINT(enumClass) (static_cast<uint32_t>(enumClass)) macro
/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H A Dfirmware_check_data_processor_empty.cpp101 uint32_t combinationType = CAST_UINT(CombinationType::INVALLID_TYPE); in GetCombinationType()
H A Dfirmware_check_data_processor.cpp219 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 Diupdater.cpp138 if (CAST_UINT(eventInfo.eventId) & CAST_UINT(item)) { in NotifyEventInfo()
/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp36 {StringUtils::GetEnumValueString(#item), NapiCommonUtils::CreateUint32(env, CAST_UINT((item)))}
43 NapiCommonUtils::CreateUint32(env, CAST_UINT(NapiCommonUtils::ConvertToErrorCode(item)))}

Completed in 5 milliseconds