Searched refs:INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_proxy.cpp | 43 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in CreateBundleDir() 55 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in ExtractModuleFiles() 69 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in ExtractFiles() 83 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in ExtractHnpFiles() 99 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in ProcessBundleInstallNative() 114 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in ProcessBundleUnInstallNative() 126 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in ExecuteAOT() 148 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in PendSignAOT() 163 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in StopAOT() 173 INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(data, (GetDescriptor())); in DeleteUninstallTmpDirs() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 432 #define INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(parcel, token) \ macro
|