Home
last modified time | relevance | path

Searched defs:allowInternet (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h107 uint8_t allowInternet; // hap sockect allowed member
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h58 uint8_t allowInternet; // hap socket allowed member
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp205 uint8_t allowInternet = GetIntValueFromJsonObj(config, "allow-internet", 0); in AddInternetPermissionInfoFromJson() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3138 … uint8_t &setAllowInternet, uint8_t &allowInternet, in StartProcessVerifyPermission()
3241 uint8_t allowInternet = 1; in SetAppInfo() local