Searched refs:AppSpawnReqMsgSetAppInternetPermissionInfo (Results 1 - 8 of 8) sorted by relevance
/base/startup/appspawn/interfaces/innerkits/include/ |
H A D | appspawn.h | 218 int AppSpawnReqMsgSetAppInternetPermissionInfo(AppSpawnReqMsgHandle reqHandle, uint8_t allow, uint8_t setAllow);
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_common_test.cpp | 260 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 D | app_spawn_interface_test.cpp | 293 * @brief 测试接口:AppSpawnReqMsgSetAppInternetPermissionInfo 301 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 102, 102); in HWTEST_F() 308 int ret = AppSpawnReqMsgSetAppInternetPermissionInfo(nullptr, 102, 102); in HWTEST_F()
|
H A D | app_spawn_client_test.cpp | 423 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 101, 102); // 101 102 test in HWTEST_F()
|
/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/ |
H A D | appspawnclient_fuzzer.cpp | 200 (void)AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, allow, setAllow); in FuzzAppSpawnReqMsgSetAppInternetPermissionInfo()
|
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 206 return AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, allowInternet, setAllowInternet); in AddInternetPermissionInfoFromJson()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 491 int AppSpawnReqMsgSetAppInternetPermissionInfo(AppSpawnReqMsgHandle reqHandle, uint8_t allow, uint8_t setAllow) in AppSpawnReqMsgSetAppInternetPermissionInfo() function
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 510 ret = AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, 1, 0); in CreateMsg()
|
Completed in 9 milliseconds