Searched refs:TLV_BUNDLE_INFO (Results 1 - 10 of 10) sorted by relevance
/base/startup/init/test/systest/ |
H A D | loop_systest.h | 80 TLV_BUNDLE_INFO = 0, enumerator
|
H A D | loopserver_systest.c | 468 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 D | appspawn_msg.h | 52 TLV_BUNDLE_INFO = 0, enumerator
|
/base/startup/appspawn/standard/ |
H A D | appspawn_msgmgr.c | 188 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 D | appspawn_manager.h | 227 AppSpawnMsgBundleInfo *info = (AppSpawnMsgBundleInfo *)GetAppSpawnMsgInfo(property->message, TLV_BUNDLE_INFO); in GetBundleName()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_cfgvar.c | 29 AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in VarPackageNameIndexReplace() 163 AppSpawnMsgBundleInfo *bundleInfo = (AppSpawnMsgBundleInfo *)GetSpawningMsgInfo(context, TLV_BUNDLE_INFO); in ReplaceVariableForpackageName()
|
H A D | sandbox_utils.cpp | 430 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 D | appspawn_msg.c | 383 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 D | app_spawn_test_helper.cpp | 705 ADD_TLV(TLV_BUNDLE_INFO, info, currLen, tlvCount); in AddBaseTlv()
|
/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 277 void *tlvValue = GetAppProperty(property, TLV_BUNDLE_INFO); in HWTEST_F()
|
Completed in 14 milliseconds