Home
last modified time | relevance | path

Searched refs:AppSpawnMsgBundleInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_msgmgr.c199AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(message, TLV_BUNDL… in CheckAppSpawnMsg()
236 …APPSPAWN_CHECK((tlv->tlvLen - sizeof(AppSpawnTlv)) <= (sizeof(AppSpawnMsgBundleInfo) + APP_LEN_BUN… in CheckMsgTlv()
391AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(message, TLV_BUNDL… in DumpAppSpawnMsg()
H A Dappspawn_manager.h233AppSpawnMsgBundleInfo *info = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(property->message, TLV_B… in GetBundleName()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_cfgvar.c28 AppSpawnMsgBundleInfo *bundleInfo = ( in VarPackageNameIndexReplace()
29 AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in VarPackageNameIndexReplace()
173AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDL… in ReplaceVariableForpackageName()
H A Dsandbox_utils.cpp436 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()
/ohos5.0/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h119 } AppSpawnMsgBundleInfo; typedef
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c386 AppSpawnMsgBundleInfo info = {}; in AppSpawnReqMsgSetBundleInfo()
390 data[0].dataLen = sizeof(AppSpawnMsgBundleInfo); in AppSpawnReqMsgSetBundleInfo()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp278 AppSpawnMsgBundleInfo *info = static_cast<AppSpawnMsgBundleInfo *>(tlvValue);