Searched refs:GetAppPropertyExt (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_adapter.cpp | 67 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 D | appspawn_common.c | 201 char *provisionType = GetAppPropertyExt(property, MSG_EXT_NAME_PROVISION_TYPE, &len); in SetXpmConfig()
|
/ohos5.0/base/startup/appspawn/modules/nweb_adapter/ |
H A D | nwebspawn_adapter.cpp | 92 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 D | app_spawn_client_test.cpp | 321 …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 D | ace_adapter.cpp | 211 …char *renderCmd = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_RENDER_CMD, &l… in RunChildByRenderCmd()
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_manager.h | 247 APPSPAWN_INLINE void *GetAppPropertyExt(const AppSpawningCtx *property, const char *name, uint32_t … in GetAppPropertyExt() function
|
H A D | appspawn_service.c | 999 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 D | app_spawn_appmgr_test.cpp | 1031 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 D | sandbox_utils.cpp | 1232 char *info = reinterpret_cast<char *>(GetAppPropertyExt(appProperty, type.c_str(), &len)); in GetExtraInfoByType()
|