Home
last modified time | relevance | path

Searched refs:TLV_BUNDLE_INFO (Results 1 - 10 of 10) sorted by relevance

/base/startup/init/test/systest/
H A Dloop_systest.h80 TLV_BUNDLE_INFO = 0, enumerator
H A Dloopserver_systest.c468 if (message->tlvOffset[TLV_BUNDLE_INFO] == INVALID_OFFSET || in CheckMsg()
474 message->tlvOffset[TLV_BUNDLE_INFO], message->tlvOffset[TLV_MSG_FLAGS], in CheckMsg()
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h52 TLV_BUNDLE_INFO = 0, enumerator
/base/startup/appspawn/standard/
H A Dappspawn_msgmgr.c188 if (message->tlvOffset[TLV_BUNDLE_INFO] == INVALID_OFFSET || in CheckAppSpawnMsg()
194 message->tlvOffset[TLV_BUNDLE_INFO], message->tlvOffset[TLV_MSG_FLAGS], in CheckAppSpawnMsg()
199 AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(message, TLV_BUNDLE_INFO); in CheckAppSpawnMsg()
235 case TLV_BUNDLE_INFO: 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/modules/sandbox/
H A Dsandbox_cfgvar.c29 AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in VarPackageNameIndexReplace()
163 AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in ReplaceVariableForpackageName()
H A Dsandbox_utils.cpp430 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ReplaceVariablePackageName()
481 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ConvertToRealPath()
520 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ConvertToRealPathWithPermission()
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c383 int ret = CheckInputString("TLV_BUNDLE_INFO", bundleName, APP_LEN_BUNDLE_NAME); in AppSpawnReqMsgSetBundleInfo()
394 return AddAppData(reqNode, TLV_BUNDLE_INFO, data, MAX_DATA_IN_TLV, "TLV_BUNDLE_INFO"); in AppSpawnReqMsgSetBundleInfo()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp705 ADD_TLV(TLV_BUNDLE_INFO, info, currLen, tlvCount); in AddBaseTlv()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp277 void *tlvValue = GetAppProperty(property, TLV_BUNDLE_INFO); in HWTEST_F()

Completed in 14 milliseconds