Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h119 } AppSpawnMsgBundleInfo; typedef
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_cfgvar.c28 AppSpawnMsgBundleInfo *bundleInfo = ( in VarPackageNameIndexReplace()
29 AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in VarPackageNameIndexReplace()
163 AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in ReplaceVariableForpackageName()
H A Dsandbox_utils.cpp429 AppSpawnMsgBundleInfo *bundleInfo = in ReplaceVariablePackageName()
430 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ReplaceVariablePackageName()
480 AppSpawnMsgBundleInfo *info = in ConvertToRealPath()
481 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ConvertToRealPath()
519 AppSpawnMsgBundleInfo *info = in ConvertToRealPathWithPermission()
520 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ConvertToRealPathWithPermission()
/base/startup/appspawn/standard/
H A Dappspawn_msgmgr.c199 AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(message, TLV_BUNDLE_INFO); in CheckAppSpawnMsg()
236 APPSPAWN_CHECK((tlv->tlvLen - sizeof(AppSpawnTlv)) <= (sizeof(AppSpawnMsgBundleInfo) + APP_LEN_BUNDLE_NAME), in CheckMsgTlv()
389 AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(message, TLV_BUNDLE_INFO); in DumpAppSpawnMsg()
H A Dappspawn_manager.h227 AppSpawnMsgBundleInfo *info = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(property->message, TLV_BUNDLE_INFO); in GetBundleName()
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c386 AppSpawnMsgBundleInfo info = {}; in AppSpawnReqMsgSetBundleInfo()
390 data[0].dataLen = sizeof(AppSpawnMsgBundleInfo); in AppSpawnReqMsgSetBundleInfo()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp278 AppSpawnMsgBundleInfo *info = static_cast<AppSpawnMsgBundleInfo *>(tlvValue); in HWTEST_F()

Completed in 10 milliseconds