Searched refs:GetAppSpawnMsgExtInfo (Results 1 - 11 of 11) sorted by relevance
/base/startup/appspawn/modules/common/ |
H A D | appspawn_begetctl.c | 77 const char *cmdMsg = (const char *)GetAppSpawnMsgExtInfo(property->message, MSG_EXT_NAME_BEGET_PTY_NAME, &len); in RunBegetctlBootApp()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_manager.h | 177 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len); 246 return GetAppSpawnMsgExtInfo(property->message, name, len); in GetAppPropertyExt()
|
H A D | appspawn_appmgr.c | 398 char *ptyName = GetAppSpawnMsgExtInfo(message, "pty-name", &len); in ProcessAppSpawnDumpMsg()
|
H A D | appspawn_msgmgr.c | 36 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len) in GetAppSpawnMsgExtInfo() function 42 APPSPAWN_LOGV("GetAppSpawnMsgExtInfo tlvCount %{public}d name %{public}s", message->tlvCount, name); in GetAppSpawnMsgExtInfo()
|
H A D | appspawn_service.c | 1351 const char *cmdMsg = (const char *)GetAppSpawnMsgExtInfo(message, MSG_EXT_NAME_BEGET_PID, &len); in ProcessSpawnBegetctlMsg() 1587 const char* jsonString = (char *)GetAppSpawnMsgExtInfo(message, "devicedebug", &len); in ProcessAppSpawnDeviceDebugMsg()
|
/base/startup/appspawn/common/ |
H A D | appspawn_server.c | 161 char *processType = (char *)(GetAppSpawnMsgExtInfo(property->message, MSG_EXT_NAME_PROCESS_TYPE, &len)); in NwebSpawnCloneChildProcess()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_cfgvar.c | 176 extension = (char *)GetAppSpawnMsgExtInfo(context->message, MSG_EXT_NAME_APP_EXTENSION, NULL); in ReplaceVariableForpackageName() 199 char *accountId = (char *)GetAppSpawnMsgExtInfo(context->message, MSG_EXT_NAME_ACCOUNT_ID, NULL); in ReplaceVariableForpackageName()
|
H A D | sandbox_expand.c | 199 char *extInfo = (char *)(GetAppSpawnMsgExtInfo(context->message, name, &size)); in GetJsonObjFromProperty() 231 char *extInfo = (char *)GetAppSpawnMsgExtInfo(context->message, name, &size); in ProcessOverlayAppConfig()
|
H A D | sandbox_utils.cpp | 440 GetAppSpawnMsgExtInfo(appProperty->message, MSG_EXT_NAME_APP_EXTENSION, NULL)); in ReplaceVariablePackageName()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_appmgr_test.cpp | 716 void *info = GetAppSpawnMsgExtInfo(outMsg, inputName[i], &len); in HWTEST_F() 720 void *info = GetAppSpawnMsgExtInfo(outMsg, inputName[i], nullptr); in HWTEST_F() 725 void *info = GetAppSpawnMsgExtInfo(nullptr, inputName[i], &len); in HWTEST_F()
|
H A D | app_spawn_sandbox_new_test.cpp | 715 char *extInfo = (char *)GetAppSpawnMsgExtInfo(context->message, name, &size); in ProcessTestExpandConfig()
|
Completed in 22 milliseconds