Home
last modified time | relevance | path

Searched refs:UPDATE_CONFIGURATION_BY_BUNDLE_NAME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_ipc_interface_code.h96 UPDATE_CONFIGURATION_BY_BUNDLE_NAME = 71, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp316 case static_cast<uint32_t>(AppMgrInterfaceCode::UPDATE_CONFIGURATION_BY_BUNDLE_NAME): in OnRemoteRequestInnerSeventh()
H A Dapp_mgr_proxy.cpp960 …int32_t ret = SendRequest(AppMgrInterfaceCode::UPDATE_CONFIGURATION_BY_BUNDLE_NAME, data, reply, o… in UpdateConfigurationByBundleName()