Home
last modified time | relevance | path

Searched refs:GetAppSpawnMsgExtInfo (Results 1 - 11 of 11) sorted by relevance

/base/startup/appspawn/modules/common/
H A Dappspawn_begetctl.c77 const char *cmdMsg = (const char *)GetAppSpawnMsgExtInfo(property->message, MSG_EXT_NAME_BEGET_PTY_NAME, &len); in RunBegetctlBootApp()
/base/startup/appspawn/standard/
H A Dappspawn_manager.h177 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len);
246 return GetAppSpawnMsgExtInfo(property->message, name, len); in GetAppPropertyExt()
H A Dappspawn_appmgr.c398 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
42 APPSPAWN_LOGV("GetAppSpawnMsgExtInfo tlvCount %{public}d name %{public}s", message->tlvCount, name); in GetAppSpawnMsgExtInfo()
H A Dappspawn_service.c1351 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 Dappspawn_server.c161 char *processType = (char *)(GetAppSpawnMsgExtInfo(property->message, MSG_EXT_NAME_PROCESS_TYPE, &len)); in NwebSpawnCloneChildProcess()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_cfgvar.c176 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 Dsandbox_expand.c199 char *extInfo = (char *)(GetAppSpawnMsgExtInfo(context->message, name, &size)); in GetJsonObjFromProperty()
231 char *extInfo = (char *)GetAppSpawnMsgExtInfo(context->message, name, &size); in ProcessOverlayAppConfig()
H A Dsandbox_utils.cpp440 GetAppSpawnMsgExtInfo(appProperty->message, MSG_EXT_NAME_APP_EXTENSION, NULL)); in ReplaceVariablePackageName()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp716 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 Dapp_spawn_sandbox_new_test.cpp715 char *extInfo = (char *)GetAppSpawnMsgExtInfo(context->message, name, &size); in ProcessTestExpandConfig()

Completed in 22 milliseconds