Home
last modified time | relevance | path

Searched refs:AppSpawnReqMsgSetAppInternetPermissionInfo (Results 1 - 8 of 8) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h218 int AppSpawnReqMsgSetAppInternetPermissionInfo(AppSpawnReqMsgHandle reqHandle, uint8_t allow, uint8_t setAllow);
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_common_test.cpp260 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 0, 0); in HWTEST_F()
282 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 0, 1); in HWTEST_F()
304 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 1, 0); in HWTEST_F()
326 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 1, 1); in HWTEST_F()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_interface_test.cpp293 * @brief 测试接口:AppSpawnReqMsgSetAppInternetPermissionInfo
301 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 102, 102); in HWTEST_F()
308 int ret = AppSpawnReqMsgSetAppInternetPermissionInfo(nullptr, 102, 102); in HWTEST_F()
H A Dapp_spawn_client_test.cpp423 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 101, 102); // 101 102 test in HWTEST_F()
/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp200 (void)AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, allow, setAllow); in FuzzAppSpawnReqMsgSetAppInternetPermissionInfo()
/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp206 return AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, allowInternet, setAllowInternet); in AddInternetPermissionInfoFromJson()
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c491 int AppSpawnReqMsgSetAppInternetPermissionInfo(AppSpawnReqMsgHandle reqHandle, uint8_t allow, uint8_t setAllow) in AppSpawnReqMsgSetAppInternetPermissionInfo() function
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp510 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 1, 0); in CreateMsg()

Completed in 9 milliseconds