Searched refs:INSTALLD_PARCEL_WRITE (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_proxy.cpp | 237 INSTALLD_PARCEL_WRITE(data, Int32, userId); in RemoveBundleDataDir() 239 INSTALLD_PARCEL_WRITE(data, Bool, async); in RemoveBundleDataDir() 251 INSTALLD_PARCEL_WRITE(data, Int32, userid); in RemoveModuleDataDir() 312 INSTALLD_PARCEL_WRITE(data, Int32, uid); in GetBundleStats() 371 INSTALLD_PARCEL_WRITE(data, Bool, debug); in SetDirApl() 452 INSTALLD_PARCEL_WRITE(data, Int32, mode); in Mkdir() 453 INSTALLD_PARCEL_WRITE(data, Int32, uid); in Mkdir() 454 INSTALLD_PARCEL_WRITE(data, Int32, gid); in Mkdir() 507 INSTALLD_PARCEL_WRITE(data, Int32, uid); in ApplyDiffPatch() 725 INSTALLD_PARCEL_WRITE(data, Int32, uid); in ExtractEncryptedSoFiles() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 441 #define INSTALLD_PARCEL_WRITE(parcel, type, value) \ macro
|