Home
last modified time | relevance | path

Searched refs:HspInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_args.cpp26 bool HspInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
43 bool HspInfo::Marshalling(Parcel &parcel) const in Marshalling()
54 HspInfo *HspInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
56 HspInfo *hspInfo = new (std::nothrow) HspInfo(); in Unmarshalling()
58 APP_LOGE("read HspInfo from parcel failed"); in Unmarshalling()
65 std::string HspInfo::ToString() const in ToString()
107 std::unique_ptr<HspInfo> hspInfoPtr(parcel.ReadParcelable<HspInfo>()); in ReadFromParcel()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_args.h23 struct HspInfo : public Parcelable { struct
34 static HspInfo *Unmarshalling(Parcel &parcel);
48 std::vector<HspInfo> hspVector;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp95 HspInfo CreateHspInfo() const;
96 void CheckHspInfo(HspInfo &sourceHspInfo, HspInfo &targetHspInfo) const;
135 HspInfo BmsAOTMgrTest::CreateHspInfo() const in CreateHspInfo()
137 HspInfo hspInfo; in CreateHspInfo()
147 void BmsAOTMgrTest::CheckHspInfo(HspInfo &sourceHspInfo, HspInfo &targetHspInfo) const in CheckHspInfo()
685 * @tc.name: test HspInfo Marshalling and Unmarshalling
691 HspInfo hspInfo = CreateHspInfo(); in HWTEST_F()
695 std::shared_ptr<HspInfo> hspInfoPt in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2177 void GetInternalDependentHspInfo(const std::string &moduleName, std::vector<HspInfo> &hspInfoVector) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp244 const std::string &moduleName, std::vector<HspInfo> &hspInfoVector) const in GetInternalDependentHspInfo()
255 HspInfo hspInfo; in GetInternalDependentHspInfo()

Completed in 17 milliseconds