/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_installd_proxy.h | 32 virtual ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/ |
H A D | aot_executor.h | 38 ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_installd_proxy.cpp | 68 ErrCode MockInstalldProxy::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::MockInstalldProxy
|
H A D | installd_client.cpp | 79 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 D | mock_installd_host_impl.cpp | 214 ErrCode InstalldHostImpl::PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData)
in PendSignAOT() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 57 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 D | aot_sign_data_cache_mgr.cpp | 124 ErrCode retCS = InstalldClient::GetInstance()->PendSignAOT(anFileName, signData); in ExecutePendSign()
|
H A D | aot_executor.cpp | 188 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 D | installd_client.cpp | 85 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 D | installd_host_impl.h | 69 virtual ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 194 ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 97 virtual ErrCode PendSignAOT(const std::string &anFileName, const std::vector<uint8_t> &signData) in PendSignAOT() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 71 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 D | bms_bundle_installer_permission_test.cpp | 373 * @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 D | installd_host_impl.cpp | 234 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 D | bms_install_daemon_ipc_test.cpp | 1017 * @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 D | bms_install_daemon_host_impl_test.cpp | 998 * @tc.desc: 1. calling PendSignAOT of hostImpl
1008 ErrCode ret = installdProxy->PendSignAOT(anFileName, signData);
in HWTEST_F()
|
H A D | bms_install_daemon_test.cpp | 1013 * @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 D | installd_host.cpp | 335 LOG_E(BMS_TAG_INSTALLD, "ReadUInt8Vector PendSignAOT failed"); in HandlePendSignAOT() 338 ErrCode result = PendSignAOT(anFileName, signData); in HandlePendSignAOT()
|
H A D | installd_proxy.cpp | 145 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 D | bms_data_aot_test.cpp | 1155 * @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 D | bms_installd_client_test.cpp | 1144 * @tc.name: PendSignAOT 1145 * @tc.desc: call PendSignAOT. 1152 ErrCode result = installClient_->PendSignAOT(anFileName, signData); in HWTEST_F()
|