Home
last modified time | relevance | path

Searched refs:GetAppPropertyExt (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp67 reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_PROCESS_TYPE, &len)); in SetSelinuxConNweb()
159 reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_PROCESS_TYPE, &len)); in SetSeccompFilter()
210 char *envStr = reinterpret_cast<char *>(GetAppPropertyExt(property, "AppEnv", &size)); in SetEnvInfo()
H A Dappspawn_common.c201 char *provisionType = GetAppPropertyExt(property, MSG_EXT_NAME_PROVISION_TYPE, &len); in SetXpmConfig()
/ohos5.0/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp92 char *renderCmd = reinterpret_cast<char *>(GetAppPropertyExt( in RunChildProcessor()
132 std::string processType = reinterpret_cast<char *>(GetAppPropertyExt( in RunChildProcessor()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp321 …char *renderCmdMsg = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_RENDER_CMD,…
360 …char *recvFdName = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_APP_FD, &len)…
552 … uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen));
604 … uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen));
656 … uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen));
/ohos5.0/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp211 …char *renderCmd = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_RENDER_CMD, &l… in RunChildByRenderCmd()
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_manager.h247 APPSPAWN_INLINE void *GetAppPropertyExt(const AppSpawningCtx *property, const char *name, uint32_t … in GetAppPropertyExt() function
H A Dappspawn_service.c999 pidMaxStr = GetAppPropertyExt(property, MSG_EXT_NAME_MAX_CHILD_PROCCESS_MAX, &len); in ProcessChildResponse()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp1031 void *info = GetAppPropertyExt(appCtx, inputName[i], &len);
1035 void *info = GetAppPropertyExt(appCtx, inputName[i], nullptr);
1040 void *info = GetAppPropertyExt(nullptr, inputName[i], &len);
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp1232 char *info = reinterpret_cast<char *>(GetAppPropertyExt(appProperty, type.c_str(), &len)); in GetExtraInfoByType()