Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_process_data.cpp30 int32_t appDataSize; in ReadFromParcelAppData() local
31 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, appDataSize); in ReadFromParcelAppData()
32 if (appDataSize > CYCLE_LIMIT) { in ReadFromParcelAppData()
36 for (auto i = 0; i < appDataSize; i++) { in ReadFromParcelAppData()
56 const auto appDataSize = static_cast<int32_t>(appDatas.size()); in Marshalling() local
57 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, appDataSize); in Marshalling()
58 for (auto i = 0; i < appDataSize; i++) { in Marshalling()
/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_internal.h61 int32_t appDataSize, struct CodecCallbackType *callbacks);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp972 int64_t appDataSize = 0; in GetBundleStats() local
977 appDataSize = appIndex == 0 ? InstalldOperator::GetDiskUsageFromPath(bundlePath) : 0; in GetBundleStats()
988 bundleStats[0] = appDataSize; in GetBundleStats()