Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h451 ErrCode HandleCompileReset(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp748 ErrCode res = bundleMgrHost.HandleCompileReset(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp522 errCode = this->HandleCompileReset(data, reply); in OnRemoteRequest()
1801 ErrCode BundleMgrHost::HandleCompileReset(MessageParcel &data, MessageParcel &reply) in HandleCompileReset() function in OHOS::AppExecFwk::BundleMgrHost