Home
last modified time | relevance | path

Searched refs:PendSignAOT (Results 1 - 22 of 22) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_installd_proxy.h32 virtual ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_executor.h38 ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_proxy.cpp68 ErrCode MockInstalldProxy::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::MockInstalldProxy
H A Dinstalld_client.cpp79 ErrCode InstalldClient::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::InstalldClient
81 return CallService(&IInstalld::PendSignAOT, anFileName, signData); in PendSignAOT()
H A Dmock_installd_host_impl.cpp214 ErrCode InstalldHostImpl::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp57 ErrCode InstalldClient::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_sign_data_cache_mgr.cpp124 ErrCode retCS = InstalldClient::GetInstance()->PendSignAOT(anFileName, signData); in ExecutePendSign()
H A Daot_executor.cpp188 ErrCode AOTExecutor::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) const in PendSignAOT() function in OHOS::AppExecFwk::AOTExecutor
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp85 ErrCode InstalldClient::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::InstalldClient
87 return CallService(&IInstalld::PendSignAOT, anFileName, signData); in PendSignAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h69 virtual ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h194 ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h97 virtual ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h71 virtual ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp373 * @tc.name: test PendSignAOT
374 * @tc.desc: 1.Test the PendSignAOT of InstalldHostImpl without permission
381 auto ret = installdHostImpl.PendSignAOT(anFileName, signData); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp234 ErrCode InstalldHostImpl::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::InstalldHostImpl
241 ErrCode ret = AOTExecutor::GetInstance().PendSignAOT(anFileName, signData); in PendSignAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp1017 * @tc.name: test Marshalling function of PendSignAOT
1018 * @tc.desc: 1. calling PendSignAOT of proxy
1027 auto ret = proxy->PendSignAOT(anFileName, signData); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp998 * @tc.desc: 1. calling PendSignAOT of hostImpl
1008 ErrCode ret = installdProxy->PendSignAOT(anFileName, signData); in HWTEST_F()
H A Dbms_install_daemon_test.cpp1013 * @tc.desc: 1. test PendSignAOT
1020 ErrCode ret = hostImpl.PendSignAOT(anFileName, signData); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp335 LOG_E(BMS_TAG_INSTALLD, "ReadUInt8Vector PendSignAOT failed"); in HandlePendSignAOT()
338 ErrCode result = PendSignAOT(anFileName, signData); in HandlePendSignAOT()
H A Dinstalld_proxy.cpp145 ErrCode InstalldProxy::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::InstalldProxy
151 LOG_E(BMS_TAG_INSTALLD, "WriteParcelable PendSignAOT failed"); in PendSignAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp1155 * @tc.name: test PendSignAOT
1156 * @tc.desc: test PendSignAOT function running with exception parameter
1162 ErrCode ret = AOTExecutor::GetInstance().PendSignAOT(anFileName, signData); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1144 * @tc.name: PendSignAOT
1145 * @tc.desc: call PendSignAOT.
1152 ErrCode result = installClient_->PendSignAOT(anFileName, signData); in HWTEST_F()

Completed in 37 milliseconds