Home
last modified time | relevance | path

Searched refs:GetAppSpawnMsgExtInfo (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_manager.h177 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len);
252 return GetAppSpawnMsgExtInfo(property->message, name, len); in GetAppPropertyExt()
H A Dappspawn_appmgr.c397 char *ptyName = GetAppSpawnMsgExtInfo(message, "pty-name", &len); in ProcessAppSpawnDumpMsg()
H A Dappspawn_msgmgr.c36 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len) in GetAppSpawnMsgExtInfo() function
H A Dappspawn_service.c1340 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 Dappspawn_begetctl.c77 …const char *cmdMsg = (const char *)GetAppSpawnMsgExtInfo(property->message, MSG_EXT_NAME_BEGET_PTY… in RunBegetctlBootApp()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c196 char *extInfo = (char *)(GetAppSpawnMsgExtInfo(context->message, name, &size)); in GetJsonObjFromProperty()
228 char *extInfo = (char *)GetAppSpawnMsgExtInfo(context->message, name, &size); in ProcessOverlayAppConfig()
H A Dsandbox_cfgvar.c178 char *extension = GetAppSpawnMsgExtInfo(context->message, MSG_EXT_NAME_APP_EXTENSION, NULL); in ReplaceVariableForpackageName()
H A Dappspawn_sandbox.c377 char *accountId = GetAppSpawnMsgExtInfo(context->message, MSG_EXT_NAME_ACCOUNT_ID, NULL); in GetRealSrcPath()
H A Dsandbox_utils.cpp447 GetAppSpawnMsgExtInfo(appProperty->message, MSG_EXT_NAME_APP_EXTENSION, NULL)); in ReplaceVariablePackageName()
/ohos5.0/base/startup/appspawn/common/
H A Dappspawn_server.c163 …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 Dapp_spawn_appmgr_test.cpp711 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 Dapp_spawn_sandbox_new_test.cpp715 char *extInfo = (char *)GetAppSpawnMsgExtInfo(context->message, name, &size); in ProcessTestExpandConfig()