Searched refs:AppSpawnMsgDacInfo (Results 1 - 10 of 10) sorted by relevance
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_adapter.cpp | 58 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in MakeAtomicServiceDir()
|
H A D | sandbox_utils.cpp | 413 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); 482 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in ConvertToRealPath() 563 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in GetSbxPathByConfig() 643 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in DoDlpAppMountStrategy() 736 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppPropert in GetSandboxOptions() [all...] |
H A D | appspawn_sandbox.c | 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() 568 static void MountDir(AppSpawnMsgDacInfo *info, const char *bundleName, const char *rootPath, const char *targetPath) in MountDir() 618 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in MountDirToShared()
|
H A D | sandbox_manager.c | 575 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in AppendPermissionGid() 616 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in AppendPackageNameGids()
|
H A D | sandbox_cfgvar.c | 57 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in VarCurrentUseIdReplace()
|
/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_msg.h | 77 typedef AppDacInfo AppSpawnMsgDacInfo; typedef
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_common.c | 101 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in SetKeepCapabilities() 229 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in SetUidGid()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_msgmgr.c | 233 tlvLen = sizeof(AppSpawnMsgDacInfo); in CheckMsgTlv() 381 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppSpawnMsgInfo(message, TLV_DAC_INFO); in DumpAppSpawnMsg()
|
H A D | appspawn_service.c | 1018 AppSpawnMsgDacInfo *dacInfo = GetAppProperty(property, TLV_DAC_INFO); in ProcessChildResponse()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 375 data[0].dataLen = sizeof(AppSpawnMsgDacInfo); in AppSpawnReqMsgSetAppDacInfo()
|
Completed in 15 milliseconds