Home
last modified time | relevance | path

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 Dinstalld_proxy.cpp43 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 Dinstalld_interface.h432 #define INSTALLD_PARCEL_WRITE_INTERFACE_TOKEN(parcel, token) \ macro