Home
last modified time | relevance | path

Searched refs:AOTArgs (Results 1 - 25 of 25) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_executor.h37 void ExecuteAOT(const AOTArgs &aotArgs, ErrCode &ret, std::vector<uint8_t> &pendSignData);
46 bool CheckArgs(const AOTArgs &aotArgs) const;
48 ErrCode PrepareArgs(const AOTArgs &aotArgs, AOTArgs &completeArgs) const;
49 nlohmann::json GetSubjectInfo(const AOTArgs &aotArgs) const;
50 void MapArgs(const AOTArgs &aotArgs, std::unordered_map<std::string, std::string> &argsMap);
52 ErrCode StartAOTCompiler(const AOTArgs &aotArgs, std::vector<uint8_t> &signData);
53 void InitState(const AOTArgs &aotArgs);
H A Daot_args.h37 struct AOTArgs : public Parcelable { struct
60 static AOTArgs *Unmarshalling(Parcel &parcel);
H A Daot_handler.h54 std::optional<AOTArgs> BuildAOTArgs(const InnerBundleInfo &info, const std::string &moduleName,
71 ErrCode AOTInternal(const std::optional<AOTArgs> &aotArgs, uint32_t versionCode) const;
H A Daot_sign_data_cache_mgr.h38 void AddPendSignData(const AOTArgs &aotArgs, const uint32_t versionCode,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp75 bool AOTArgs::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
128 bool AOTArgs::Marshalling(Parcel &parcel) const in Marshalling()
154 AOTArgs *AOTArgs::Unmarshalling(Parcel &parcel) in Unmarshalling()
156 AOTArgs *aotArgs = new (std::nothrow) AOTArgs(); in Unmarshalling()
158 APP_LOGE("read AOTArgs from parcel failed"); in Unmarshalling()
165 std::string AOTArgs::ToString() const in ToString()
H A Daot_executor.cpp84 bool AOTExecutor::CheckArgs(const AOTArgs &aotArgs) const in CheckArgs()
112 ErrCode AOTExecutor::PrepareArgs(const AOTArgs &aotArgs, AOTArgs &completeArgs) const in PrepareArgs()
132 nlohmann::json AOTExecutor::GetSubjectInfo(const AOTArgs &aotArgs) const in GetSubjectInfo()
154 void AOTExecutor::MapArgs(const AOTArgs &aotArgs, std::unordered_map<std::string, std::string> &argsMap) in MapArgs()
219 ErrCode AOTExecutor::StartAOTCompiler(const AOTArgs &aotArgs, std::vector<uint8_t> &signData) in StartAOTCompiler()
259 void AOTExecutor::ExecuteAOT(const AOTArgs &aotArgs, ErrCode &ret, std::vector<uint8_t> &pendSignData) in ExecuteAOT()
271 AOTArgs completeArgs; in ExecuteAOT()
324 void AOTExecutor::InitState(const AOTArgs &aotArgs) in InitState()
H A Daot_sign_data_cache_mgr.cpp33 void AOTSignDataCacheMgr::AddPendSignData(const AOTArgs &aotArgs, const uint32_t versionCode, in AddPendSignData()
H A Daot_handler.cpp141 std::optional<AOTArgs> AOTHandler::BuildAOTArgs(const InnerBundleInfo &info, const std::string &moduleName, in BuildAOTArgs()
144 AOTArgs aotArgs; in BuildAOTArgs()
199 ErrCode AOTHandler::AOTInternal(const std::optional<AOTArgs> &aotArgs, uint32_t versionCode) const in AOTInternal()
241 std::optional<AOTArgs> aotArgs = BuildAOTArgs(info, info.GetCurrentModulePackage(), compileMode, true); in HandleInstallWithSingleHap()
707 std::optional<AOTArgs> aotArgs = BuildAOTArgs(info, moduleName, compileMode); in HandleIdleWithSingleHap()
725 std::optional<AOTArgs> aotArgs = BuildAOTArgs(info, moduleName, compileMode, isEnableBaselinePgo); in HandleCompileWithSingleHap()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp176 AOTArgs aotArgs; in HWTEST_F()
191 AOTArgs aotArgs; in HWTEST_F()
207 AOTArgs aotArgs; in HWTEST_F()
223 AOTArgs aotArgs; in HWTEST_F()
239 AOTArgs aotArgs; in HWTEST_F()
257 AOTArgs aotArgs; in HWTEST_F()
276 AOTArgs aotArgs; in HWTEST_F()
296 AOTArgs aotArgs; in HWTEST_F()
331 AOTArgs aotArgs; in HWTEST_F()
346 AOTArgs aotArg in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h67 virtual ErrCode ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h192 ErrCode ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h92 virtual ErrCode ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) in ExecuteAOT()
H A Dinstalld_proxy.h69 virtual ErrCode ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_host_impl.cpp209 ErrCode InstalldHostImpl::ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) in ExecuteAOT()
H A Dmock_install_client.cpp52 ErrCode InstalldClient::ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) in ExecuteAOT()
H A Dinstalld_client.cpp74 ErrCode InstalldClient::ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) in ExecuteAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp592 AOTArgs aotArgs; in HWTEST_F()
1009 AOTArgs aotArgs; in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp815 AOTArgs aotArgs; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp312 std::unique_ptr<AOTArgs> aotArgs(data.ReadParcelable<AOTArgs>()); in HandleExecuteAOT()
H A Dinstalld_proxy.cpp123 ErrCode InstalldProxy::ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) in ExecuteAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp80 ErrCode InstalldClient::ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) in ExecuteAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp1772 AOTArgs aotArgs; in HWTEST_F()
1782 AOTArgs completeArgs; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1135 AOTArgs aotArgs; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp221 ErrCode InstalldHostImpl::ExecuteAOT(const AOTArgs &aotArgs, std::vector<uint8_t> &pendSignData) in ExecuteAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4948 AOTArgs aotArgs; in HWTEST_F()

Completed in 38 milliseconds