Searched refs:GetSpawningMsgInfo (Results 1 - 4 of 4) sorted by relevance
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_adapter.cpp | 41 AppSpawnMsgDomainInfo *msgDomainInfo = (AppSpawnMsgDomainInfo *)GetSpawningMsgInfo(context, TLV_DOMAIN_INFO); in MakeAtomicServiceDir() 58 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in MakeAtomicServiceDir()
|
H A D | sandbox_cfgvar.c | 29 AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in VarPackageNameIndexReplace() 57 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in VarCurrentUseIdReplace() 163 AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in ReplaceVariableForpackageName()
|
H A D | appspawn_sandbox.c | 284 AppSpawnMsgDomainInfo *msgDomainInfo = (AppSpawnMsgDomainInfo *)GetSpawningMsgInfo(context, TLV_DOMAIN_INFO); in CheckSandboxMountNode() 297 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in SandboxMountFusePath() 358 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in CreateDemandSrc() 398 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in SetMountArgsOption() 618 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in MountDirToShared() 753 AppSpawnMsgDomainInfo *msgDomainInfo = (AppSpawnMsgDomainInfo *)GetSpawningMsgInfo(context, TLV_DOMAIN_INFO); in SetExpandSandboxConfig()
|
H A D | appspawn_sandbox.h | 313 __attribute__((always_inline)) inline void *GetSpawningMsgInfo(const SandboxContext *context, uint32_t type) in GetSpawningMsgInfo() function
|
Completed in 6 milliseconds