Home
last modified time | relevance | path

Searched refs:IS_MODULE_NEED_UPDATE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h92 IS_MODULE_NEED_UPDATE, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp1546 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::IS_MODULE_NEED_UPDATE);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp355 case static_cast<uint32_t>(BundleMgrInterfaceCode::IS_MODULE_NEED_UPDATE): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp1985 if (!SendTransactCmd(BundleMgrInterfaceCode::IS_MODULE_NEED_UPDATE, data, reply)) { in GetModuleUpgradeFlag()