Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp575 int32_t actionsSize; in ReadFromParcel() local
576 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, actionsSize); in ReadFromParcel()
577 CONTAINER_SECURITY_VERIFY(parcel, actionsSize, &actions); in ReadFromParcel()
578 for (auto i = 0; i < actionsSize; i++) { in ReadFromParcel()

Completed in 2 milliseconds