Home
last modified time | relevance | path

Searched refs:TLV_DAC_INFO (Results 1 - 15 of 15) sorted by relevance

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_adapter.cpp58 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetSpawningMsgInfo(context, TLV_DAC_INFO); in MakeAtomicServiceDir()
H A Dsandbox_manager.c575 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 Dsandbox_cfgvar.c57 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 Dsandbox_utils.cpp413 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 Dappspawn_sandbox.c297 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 Dloop_systest.h82 TLV_DAC_INFO, enumerator
H A Dloopserver_systest.c472 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 Dappspawn_msg.h54 TLV_DAC_INFO, enumerator
/base/startup/appspawn/standard/
H A Dappspawn_msgmgr.c192 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 Dappspawn_service.c1018 AppSpawnMsgDacInfo *dacInfo = GetAppProperty(property, TLV_DAC_INFO); in ProcessChildResponse()
/base/startup/appspawn/modules/common/
H A Dappspawn_common.c101 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 Dappspawn_adapter.cpp221 AppDacInfo *appInfo = reinterpret_cast<AppDacInfo *>(GetAppProperty(property, TLV_DAC_INFO)); in InitAppCommonEnv()
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c376 return AddAppData(reqNode, TLV_DAC_INFO, data, 1, "TLV_DAC_INFO"); in AppSpawnReqMsgSetAppDacInfo()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp714 ADD_TLV(TLV_DAC_INFO, dacInfo, currLen, tlvCount); in AddBaseTlv()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp238 void *tlvValue = GetAppProperty(property, TLV_DAC_INFO); in HWTEST_F()

Completed in 21 milliseconds