Home
last modified time | relevance | path

Searched refs:HandleVerifySystemApi (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.h710 ErrCode HandleVerifySystemApi(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.cpp1483 ErrCode res = bundleMgrHost.HandleVerifySystemApi(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp426 errCode = this->HandleVerifySystemApi(data, reply); in OnRemoteRequest()
2850 ErrCode BundleMgrHost::HandleVerifySystemApi(MessageParcel &data, MessageParcel &reply) in HandleVerifySystemApi() function in OHOS::AppExecFwk::BundleMgrHost