Home
last modified time | relevance | path

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 Dinstalld_proxy.cpp237 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 Dinstalld_interface.h441 #define INSTALLD_PARCEL_WRITE(parcel, type, value) \ macro