Searched refs:GetAppPropertyExt (Results 1 - 9 of 9) sorted by relevance
/base/startup/appspawn/modules/nweb_adapter/ |
H A D | nwebspawn_adapter.cpp | 100 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 D | appspawn_adapter.cpp | 73 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 D | appspawn_common.c | 200 char *provisionType = GetAppPropertyExt(property, MSG_EXT_NAME_PROVISION_TYPE, &len); in SetXpmConfig()
|
/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 321 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 D | appspawn_manager.h | 241 APPSPAWN_INLINE void *GetAppPropertyExt(const AppSpawningCtx *property, const char *name, uint32_t *len) in GetAppPropertyExt() function
|
H A D | appspawn_service.c | 1009 pidMaxStr = GetAppPropertyExt(property, MSG_EXT_NAME_MAX_CHILD_PROCCESS_MAX, &len); in ProcessChildResponse()
|
/base/startup/appspawn/modules/ace_adapter/ |
H A D | ace_adapter.cpp | 211 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 D | app_spawn_appmgr_test.cpp | 1045 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 D | sandbox_utils.cpp | 1219 char *info = reinterpret_cast<char *>(GetAppPropertyExt(appProperty, type.c_str(), &len)); in GetExtraInfoByType()
|
Completed in 13 milliseconds