Searched refs:GetAppSpawnMsgExtInfo (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_manager.h | 177 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len); 252 return GetAppSpawnMsgExtInfo(property->message, name, len); in GetAppPropertyExt()
|
H A D | appspawn_appmgr.c | 397 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
|
H A D | appspawn_service.c | 1340 const char *cmdMsg = (const char *)GetAppSpawnMsgExtInfo(message, MSG_EXT_NAME_BEGET_PID, &len); in ProcessSpawnBegetctlMsg() 1534 const char* jsonString = (char *)GetAppSpawnMsgExtInfo(message, "devicedebug", &len); in ProcessAppSpawnDeviceDebugMsg()
|
/ohos5.0/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… in RunBegetctlBootApp()
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_expand.c | 196 char *extInfo = (char *)(GetAppSpawnMsgExtInfo(context->message, name, &size)); in GetJsonObjFromProperty() 228 char *extInfo = (char *)GetAppSpawnMsgExtInfo(context->message, name, &size); in ProcessOverlayAppConfig()
|
H A D | sandbox_cfgvar.c | 178 char *extension = GetAppSpawnMsgExtInfo(context->message, MSG_EXT_NAME_APP_EXTENSION, NULL); in ReplaceVariableForpackageName()
|
H A D | appspawn_sandbox.c | 377 char *accountId = GetAppSpawnMsgExtInfo(context->message, MSG_EXT_NAME_ACCOUNT_ID, NULL); in GetRealSrcPath()
|
H A D | sandbox_utils.cpp | 447 GetAppSpawnMsgExtInfo(appProperty->message, MSG_EXT_NAME_APP_EXTENSION, NULL)); in ReplaceVariablePackageName()
|
/ohos5.0/base/startup/appspawn/common/ |
H A D | appspawn_server.c | 163 …char *processType = (char *)(GetAppSpawnMsgExtInfo(property->message, MSG_EXT_NAME_PROCESS_TYPE, &… in NwebSpawnCloneChildProcess()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_appmgr_test.cpp | 711 void *info = GetAppSpawnMsgExtInfo(outMsg, inputName[i], &len); 715 void *info = GetAppSpawnMsgExtInfo(outMsg, inputName[i], nullptr); 720 void *info = GetAppSpawnMsgExtInfo(nullptr, inputName[i], &len);
|
H A D | app_spawn_sandbox_new_test.cpp | 715 char *extInfo = (char *)GetAppSpawnMsgExtInfo(context->message, name, &size); in ProcessTestExpandConfig()
|