Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp100 char *renderCmd = reinterpret_cast<char *>(GetAppPropertyExt( in RunChildProcessor()
138 std::string processType = reinterpret_cast<char *>(GetAppPropertyExt( in RunChildProcessor()
/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp73 reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_PROCESS_TYPE, &len)); in SetSelinuxConNweb()
170 reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_PROCESS_TYPE, &len)); in SetSeccompFilter()
238 char *envStr = reinterpret_cast<char *>(GetAppPropertyExt(property, "AppEnv", &size)); in SetEnvInfo()
H A Dappspawn_common.c200 char *provisionType = GetAppPropertyExt(property, MSG_EXT_NAME_PROVISION_TYPE, &len); in SetXpmConfig()
/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, &len)); in HWTEST_F()
360 char *recvFdName = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_APP_FD, &len)); in HWTEST_F()
552 uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen)); in HWTEST_F()
604 uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen)); in HWTEST_F()
656 uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen)); in HWTEST_F()
/base/startup/appspawn/standard/
H A Dappspawn_manager.h241 APPSPAWN_INLINE void *GetAppPropertyExt(const AppSpawningCtx *property, const char *name, uint32_t *len) in GetAppPropertyExt() function
H A Dappspawn_service.c1009 pidMaxStr = GetAppPropertyExt(property, MSG_EXT_NAME_MAX_CHILD_PROCCESS_MAX, &len); in ProcessChildResponse()
/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp211 char *renderCmd = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_RENDER_CMD, &len)); in RunChildByRenderCmd()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp1045 void *info = GetAppPropertyExt(appCtx, inputName[i], &len); in HWTEST_F()
1049 void *info = GetAppPropertyExt(appCtx, inputName[i], nullptr); in HWTEST_F()
1054 void *info = GetAppPropertyExt(nullptr, inputName[i], &len); in HWTEST_F()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp1219 char *info = reinterpret_cast<char *>(GetAppPropertyExt(appProperty, type.c_str(), &len)); in GetExtraInfoByType()

Completed in 13 milliseconds