Home
last modified time | relevance | path

Searched refs:targetBundleListSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp524 int32_t targetBundleListSize; in ReadFromParcel() local
525 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, targetBundleListSize); in ReadFromParcel()
526 CONTAINER_SECURITY_VERIFY(parcel, targetBundleListSize, &targetBundleList); in ReadFromParcel()
527 for (auto i = 0; i < targetBundleListSize; i++) { in ReadFromParcel()