Searched refs:AppSpawnMsgBundleInfo (Results 1 – 7 of 7) sorted by relevance
199 …AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(message, TLV_BUNDL… in CheckAppSpawnMsg()236 …APPSPAWN_CHECK((tlv->tlvLen - sizeof(AppSpawnTlv)) <= (sizeof(AppSpawnMsgBundleInfo) + APP_LEN_BUN… in CheckMsgTlv()391 …AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(message, TLV_BUNDL… in DumpAppSpawnMsg()
233 …AppSpawnMsgBundleInfo *info = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(property->message, TLV_B… in GetBundleName()
28 AppSpawnMsgBundleInfo *bundleInfo = ( in VarPackageNameIndexReplace()29 AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in VarPackageNameIndexReplace()173 …AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDL… in ReplaceVariableForpackageName()
436 AppSpawnMsgBundleInfo *bundleInfo = in ReplaceVariablePackageName()437 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ReplaceVariablePackageName()487 AppSpawnMsgBundleInfo *info = in ConvertToRealPath()488 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ConvertToRealPath()526 AppSpawnMsgBundleInfo *info = in ConvertToRealPathWithPermission()527 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ConvertToRealPathWithPermission()
119 } AppSpawnMsgBundleInfo; typedef
386 AppSpawnMsgBundleInfo info = {}; in AppSpawnReqMsgSetBundleInfo()390 data[0].dataLen = sizeof(AppSpawnMsgBundleInfo); in AppSpawnReqMsgSetBundleInfo()
278 AppSpawnMsgBundleInfo *info = static_cast<AppSpawnMsgBundleInfo *>(tlvValue);