/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_manager.c | 575 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in AppendPermissionGid() 577 "No tlv %{public}d in msg %{public}s", TLV_DAC_INFO, GetProcessName(property)); in AppendPermissionGid() 616 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in AppendPackageNameGids() 618 "No tlv %{public}d in msg %{public}s", TLV_DAC_INFO, GetProcessName(property)); in AppendPackageNameGids()
|
H A D | sandbox_cfgvar.c | 57 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in VarCurrentUseIdReplace() 59 "No tlv %{public}d in msg %{public}s", TLV_DAC_INFO, context->bundleName); in VarCurrentUseIdReplace()
|
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 *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in GetSandboxOptions() 844 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in DoAddGid() 1614 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in SetAppSandboxProperty() 1841 AppDacInfo *info = reinterpret_cast<AppDacInfo *>(GetAppProperty(property, TLV_DAC_INFO)); 1895 AppDacInfo *info = reinterpret_cast<AppDacInfo *>(GetAppProperty(property, TLV_DAC_INFO));
|
H A D | appspawn_sandbox.c | 297 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in SandboxMountFusePath() 299 "No tlv %{public}d in msg %{public}s", TLV_DAC_INFO, context->bundleName); in SandboxMountFusePath() 358 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in CreateDemandSrc() 360 "No tlv %{public}d in msg %{public}s", TLV_DAC_INFO, context->bundleName); in CreateDemandSrc() 398 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in SetMountArgsOption() 618 AppSpawnMsgDacInfo *info = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in MountDirToShared()
|
/base/startup/init/test/systest/ |
H A D | loop_systest.h | 82 TLV_DAC_INFO, enumerator
|
H A D | loopserver_systest.c | 472 message->tlvOffset[TLV_DAC_INFO] == INVALID_OFFSET) { in CheckMsg() 476 message->tlvOffset[TLV_DOMAIN_INFO], message->tlvOffset[TLV_DAC_INFO]); in CheckMsg()
|
/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_msg.h | 54 TLV_DAC_INFO, enumerator
|
/base/startup/appspawn/standard/ |
H A D | appspawn_msgmgr.c | 192 message->tlvOffset[TLV_DAC_INFO] == INVALID_OFFSET) { in CheckAppSpawnMsg() 196 message->tlvOffset[TLV_DOMAIN_INFO], message->tlvOffset[TLV_DAC_INFO]); in CheckAppSpawnMsg() 232 case TLV_DAC_INFO: 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/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() 231 "No tlv %{public}d in msg %{public}s", TLV_DAC_INFO, GetProcessName(property)); in SetUidGid()
|
H A D | appspawn_adapter.cpp | 221 AppDacInfo *appInfo = reinterpret_cast<AppDacInfo *>(GetAppProperty(property, TLV_DAC_INFO)); in InitAppCommonEnv()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 376 return AddAppData(reqNode, TLV_DAC_INFO, data, 1, "TLV_DAC_INFO"); in AppSpawnReqMsgSetAppDacInfo()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 714 ADD_TLV(TLV_DAC_INFO, dacInfo, currLen, tlvCount); in AddBaseTlv()
|
/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 238 void *tlvValue = GetAppProperty(property, TLV_DAC_INFO); in HWTEST_F()
|