Home
last modified time | relevance | path

Searched refs:setAllow (Results 1 - 3 of 3) 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/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp199 uint8_t setAllow = static_cast<uint8_t>(size); in FuzzAppSpawnReqMsgSetAppInternetPermissionInfo() local
200 (void)AppSpawnReqMsgSetAppInternetPermissionInfo(reqHandle, allow, setAllow); in FuzzAppSpawnReqMsgSetAppInternetPermissionInfo()
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c491 int AppSpawnReqMsgSetAppInternetPermissionInfo(AppSpawnReqMsgHandle reqHandle, uint8_t allow, uint8_t setAllow) in AppSpawnReqMsgSetAppInternetPermissionInfo() argument
498 info.setAllowInternet = setAllow; in AppSpawnReqMsgSetAppInternetPermissionInfo()

Completed in 3 milliseconds