Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp413 int32_t allowCommonEventSize; in ReadFromParcel() local
414 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, allowCommonEventSize); in ReadFromParcel()
415 CONTAINER_SECURITY_VERIFY(parcel, allowCommonEventSize, &allowCommonEvent); in ReadFromParcel()
416 for (auto i = 0; i < allowCommonEventSize; i++) { in ReadFromParcel()