/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 235 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 238 void *tlvValue = GetAppProperty(property, TLV_DAC_INFO); in HWTEST_F() 275 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 277 void *tlvValue = GetAppProperty(property, TLV_BUNDLE_INFO); in HWTEST_F() 317 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 356 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 393 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 395 void *tlvValue = GetAppProperty(property, TLV_OWNER_INFO); in HWTEST_F() 427 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 429 void *tlvValue = GetAppProperty(propert in HWTEST_F() [all...] |
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_common_test.cpp | 83 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 110 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 141 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 173 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 205 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 237 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 261 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 283 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 305 property = g_testHelper.GetAppProperty(clientHandle, reqHandle);
in HWTEST_F() 327 property = g_testHelper.GetAppProperty(clientHandl in HWTEST_F() [all...] |
H A D | app_spawn_child_test.cpp | 89 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 131 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 170 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 207 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 247 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 291 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 335 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 380 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 417 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 460 property = g_testHelper.GetAppProperty(clientHandl in HWTEST_F() [all...] |
H A D | app_spawn_beget_test.cpp | 142 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 178 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 202 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F()
|
H A D | app_spawn_sandbox_new_test.cpp | 315 return g_testHelper.GetAppProperty(clientHandle, reqHandle); in TestCreateAppSpawningCtx() 320 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS); in TestGetSandboxContext() 750 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 792 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 834 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 892 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 1171 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 1224 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 1276 property = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 1336 property = g_testHelper.GetAppProperty(clientHandl in HWTEST_F() [all...] |
H A D | app_spawn_sandbox_test.cpp | 63 return g_testHelper.GetAppProperty(clientHandle, reqHandle); in GetTestAppProperty() 74 return g_testHelper.GetAppProperty(clientHandle, reqHandle); in GetTestAppPropertyWithExtInfo() 1390 AppSpawningCtx *spawningCtx = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 1414 AppSpawningCtx *spawningCtx = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 1437 AppSpawningCtx *spawningCtx = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F() 1457 AppSpawningCtx *spawningCtx = g_testHelper.GetAppProperty(clientHandle, reqHandle); in HWTEST_F()
|
H A D | app_spawn_sandbox_new_mount_test.cpp | 71 return g_testHelper.GetAppProperty(clientHandle, reqHandle);
in TestCreateAppSpawningCtx() 76 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS);
in TestGetSandboxContext()
|
H A D | app_spawn_appmgr_test.cpp | 1000 void *info = GetAppProperty(appCtx, i); in HWTEST_F() 1005 void *info = GetAppProperty(nullptr, i); in HWTEST_F()
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_adapter.cpp | 51 reinterpret_cast<AppSpawnMsgAccessToken *>(GetAppProperty(property, TLV_ACCESS_TOKEN_INFO)); in SetAppAccessToken() 106 reinterpret_cast<AppSpawnMsgDomainInfo *>(GetAppProperty(property, TLV_DOMAIN_INFO)); in SetSelinuxCon() 209 reinterpret_cast<AppSpawnMsgInternetInfo *>(GetAppProperty(property, TLV_INTERNET_INFO)); in SetInternetPermission() 221 AppDacInfo *appInfo = reinterpret_cast<AppDacInfo *>(GetAppProperty(property, TLV_DAC_INFO)); in InitAppCommonEnv()
|
H A D | appspawn_common.c | 101 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in SetKeepCapabilities() 206 AppSpawnMsgOwnerId *ownerInfo = (AppSpawnMsgOwnerId *)GetAppProperty(property, TLV_OWNER_INFO); in SetXpmConfig() 229 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in SetUidGid()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 396 reinterpret_cast<AppSpawnMsgDomainInfo *>(GetAppProperty(appProperty, TLV_DOMAIN_INFO)); 413 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); 430 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ReplaceVariablePackageName() 481 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ConvertToRealPath() 482 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in ConvertToRealPath() 520 reinterpret_cast<AppSpawnMsgBundleInfo *>(GetAppProperty(appProperty, TLV_BUNDLE_INFO)); in ConvertToRealPathWithPermission() 563 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in GetSbxPathByConfig() 615 reinterpret_cast<AppSpawnMsgDomainInfo *>(GetAppProperty(appProperty, TLV_DOMAIN_INFO)); in CheckMountConfig() 643 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appProperty, TLV_DAC_INFO)); in DoDlpAppMountStrategy() 736 AppSpawnMsgDacInfo *dacInfo = reinterpret_cast<AppSpawnMsgDacInfo *>(GetAppProperty(appPropert in GetSandboxOptions() [all...] |
H A D | sandbox_manager.c | 575 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in AppendPermissionGid() 616 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in AppendPackageNameGids()
|
H A D | appspawn_sandbox.c | 192 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS); in InitSandboxContext()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.h | 112 AppSpawningCtx *GetAppProperty(AppSpawnClientHandle handle, AppSpawnReqMsgHandle reqHandle);
|
H A D | app_spawn_test_helper.cpp | 547 AppSpawningCtx *AppSpawnTestHelper::GetAppProperty(AppSpawnClientHandle handle, AppSpawnReqMsgHandle reqHandle) in GetAppProperty() function in OHOS::AppSpawnTestHelper 573 APPSPAWN_LOGV("GetAppProperty header magic 0x%{public}x type %{public}u id %{public}u len %{public}u %{public}s", in GetAppProperty()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_manager.h | 234 APPSPAWN_INLINE void *GetAppProperty(const AppSpawningCtx *property, uint32_t type) in GetAppProperty() function
|
H A D | appspawn_service.c | 1018 AppSpawnMsgDacInfo *dacInfo = GetAppProperty(property, TLV_DAC_INFO); in ProcessChildResponse()
|