Searched refs:setAllowInternet (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_adapter.cpp | 184 …APPSPAWN_LOGV("Set internet permission %{public}d %{public}d", info->setAllowInternet, info->allow… in SetInternetPermission() 185 if (info->setAllowInternet == 1 && info->allowInternet == 0) { in SetInternetPermission()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_msg_wrapper.cpp | 102 msg_->setAllowInternet = startMsg.setAllowInternet; in AssembleMsg()
|
H A D | app_spawn_client.cpp | 377 startMsg.setAllowInternet); in AppspawnCreateDefaultMsg()
|
H A D | app_mgr_service_inner.cpp | 3138 … uint8_t &setAllowInternet, uint8_t &allowInternet, in StartProcessVerifyPermission() argument 3155 setAllowInternet = 1; in StartProcessVerifyPermission() 3240 uint8_t setAllowInternet = 0; in SetAppInfo() local 3243 …StartProcessVerifyPermission(bundleInfo, hasAccessBundleDirReq, setAllowInternet, allowInternet, g… in SetAppInfo() 3255 startMsg.setAllowInternet = setAllowInternet; in SetAppInfo()
|
/ohos5.0/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_msg.h | 106 uint8_t setAllowInternet; member
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 57 uint8_t setAllowInternet; member
|
H A D | app_mgr_service_inner.h | 1297 uint8_t &setAllowInternet, uint8_t &allowInternet, std::vector<int32_t> &gids);
|
/ohos5.0/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 204 uint8_t setAllowInternet = GetIntValueFromJsonObj(config, "set-allow-internet", 0); in AddInternetPermissionInfoFromJson() local 206 return AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, allowInternet, setAllowInternet); in AddInternetPermissionInfoFromJson()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 432 APPSPAWN_CHECK(102 == interInfo->setAllowInternet, // 102 test 433 break, "Invalid setAllowInternet %{public}d", interInfo->setAllowInternet);
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_msgmgr.c | 411 info->setAllowInternet, info->allowInternet)); in DumpAppSpawnMsg()
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 498 info.setAllowInternet = setAllow; in AppSpawnReqMsgSetAppInternetPermissionInfo()
|