Searched refs:setAllowInternet (Results 1 - 6 of 6) sorted by relevance
/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 | 372 startMsg.setAllowInternet); in AppspawnCreateDefaultMsg()
|
H A D | app_mgr_service_inner.cpp | 3139 uint8_t &setAllowInternet, uint8_t &allowInternet, in StartProcessVerifyPermission() 3156 setAllowInternet = 1; in StartProcessVerifyPermission() 3241 uint8_t setAllowInternet = 0; in SetAppInfo() local 3244 StartProcessVerifyPermission(bundleInfo, hasAccessBundleDirReq, setAllowInternet, allowInternet, gids); in SetAppInfo() 3260 startMsg.setAllowInternet = setAllowInternet; in SetAppInfo() 3138 StartProcessVerifyPermission(const BundleInfo &bundleInfo, bool &hasAccessBundleDirReq, uint8_t &setAllowInternet, uint8_t &allowInternet, std::vector<int32_t> &gids) StartProcessVerifyPermission() argument
|
/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 | 1456 uint8_t &setAllowInternet, uint8_t &allowInternet, std::vector<int32_t> &gids);
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 1926 uint8_t setAllowInternet; in HWTEST_F() local 1931 bundleInfo, hasAccessBundleDirReq, setAllowInternet, allowInternet, gids); in HWTEST_F() 1937 bundleInfo, hasAccessBundleDirReq, setAllowInternet, allowInternet, gids); in HWTEST_F() 1944 bundleInfo, hasAccessBundleDirReq, setAllowInternet, allowInternet, gids); in HWTEST_F() 1945 EXPECT_EQ(setAllowInternet, 1); in HWTEST_F() 1952 bundleInfo, hasAccessBundleDirReq, setAllowInternet, allowInternet, gids); in HWTEST_F() 1953 EXPECT_EQ(setAllowInternet, 1); in HWTEST_F() 1960 bundleInfo, hasAccessBundleDirReq, setAllowInternet, allowInternet, gids); in HWTEST_F() 1966 bundleInfo, hasAccessBundleDirReq, setAllowInternet, allowInternet, gids); in HWTEST_F()
|
Completed in 21 milliseconds