Home
last modified time | relevance | path

Searched refs:GetAppProperty (Results 1 - 17 of 17) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp235 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 Dapp_spawn_common_test.cpp83 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 Dapp_spawn_child_test.cpp89 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 Dapp_spawn_beget_test.cpp142 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 Dapp_spawn_sandbox_new_test.cpp315 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 Dapp_spawn_sandbox_test.cpp63 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 Dapp_spawn_sandbox_new_mount_test.cpp71 return g_testHelper.GetAppProperty(clientHandle, reqHandle); in TestCreateAppSpawningCtx()
76 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS); in TestGetSandboxContext()
H A Dapp_spawn_appmgr_test.cpp1000 void *info = GetAppProperty(appCtx, i); in HWTEST_F()
1005 void *info = GetAppProperty(nullptr, i); in HWTEST_F()
/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp51 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 Dappspawn_common.c101 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 Dsandbox_utils.cpp396 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 Dsandbox_manager.c575 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in AppendPermissionGid()
616 AppSpawnMsgDacInfo *dacInfo = (AppSpawnMsgDacInfo *)GetAppProperty(property, TLV_DAC_INFO); in AppendPackageNameGids()
H A Dappspawn_sandbox.c192 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS); in InitSandboxContext()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.h112 AppSpawningCtx *GetAppProperty(AppSpawnClientHandle handle, AppSpawnReqMsgHandle reqHandle);
H A Dapp_spawn_test_helper.cpp547 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 Dappspawn_manager.h234 APPSPAWN_INLINE void *GetAppProperty(const AppSpawningCtx *property, uint32_t type) in GetAppProperty() function
H A Dappspawn_service.c1018 AppSpawnMsgDacInfo *dacInfo = GetAppProperty(property, TLV_DAC_INFO); in ProcessChildResponse()

Completed in 29 milliseconds