Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_parcel.cpp90 constexpr uint32_t MAX_PARCEL_SIZE = 256; in DoUnmarshalling() local
91 CHECK_AND_RETURN_RET(size <= MAX_PARCEL_SIZE, false); in DoUnmarshalling()
135 constexpr uint32_t MAX_PARCEL_SIZE = 256; in Unmarshalling() local
136 CHECK_AND_RETURN_RET(vecSize <= MAX_PARCEL_SIZE, false); in Unmarshalling()
H A Davcodeclist_parcel.cpp95 constexpr uint32_t MAX_PARCEL_SIZE = 256; in Unmarshalling() local
96 CHECK_AND_RETURN_RET(size <= MAX_PARCEL_SIZE, false); in Unmarshalling()
144 constexpr uint32_t MAX_PARCEL_SIZE = 256; in Unmarshalling() local
145 CHECK_AND_RETURN_RET(size <= MAX_PARCEL_SIZE, false); in Unmarshalling()
161 constexpr uint32_t MAX_PARCEL_SIZE = 256; in Unmarshalling() local
162 CHECK_AND_RETURN_RET(size <= MAX_PARCEL_SIZE, false); in Unmarshalling()
H A Drecorder_profiles_parcel.cpp147 const int MAX_PARCEL_SIZE = 1000; in Unmarshalling() local
148 if (size > MAX_PARCEL_SIZE) { in Unmarshalling()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dmemory_level_info.cpp23 constexpr int MAX_PARCEL_SIZE = 100000; member
66 if (count < 0 || count > MAX_PARCEL_SIZE) { in ReadFromParcel()
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dbundle_priority_list.cpp23 constexpr int MAX_PARCEL_SIZE = 1000; member
102 if (count_ < 0 || count_ > MAX_PARCEL_SIZE) { in ReadFromParcel()
/foundation/distributeddatamgr/relational_store/test/native/dataability/unittest/
H A Ddata_ability_predicates_test.cpp27 const int MAX_PARCEL_SIZE = 1000; variable
28 char g_data[MAX_PARCEL_SIZE];
38 for (int i = 0; i < MAX_PARCEL_SIZE; i++) { in TearDownTestCase()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_stub.cpp30 constexpr int MAX_PARCEL_SIZE = 100000; member
239 if (len < 0 || len > MAX_PARCEL_SIZE) { in HandleOnWindowVisibilityChanged()

Completed in 3 milliseconds