Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dtarget_ability_info.cpp274 int32_t callingAppIdsSize = 0; in ReadFromParcel() local
275 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, callingAppIdsSize); in ReadFromParcel()
276 CONTAINER_SECURITY_VERIFY(parcel, callingAppIdsSize, &callingAppIds); in ReadFromParcel()
277 for (int32_t i = 0; i < callingAppIdsSize; i++) { in ReadFromParcel()