Home
last modified time | relevance | path

Searched refs:permsInfo (Results 1 - 2 of 2) sorted by relevance

/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_common_test.cpp95 const char **permsInfo = new(std::nothrow)const char* [1]; in GrantPermissionSysNative() local
96 permsInfo[0] = "ohos.permission.MANAGE_USB_CONFIG"; in GrantPermissionSysNative()
102 .perms = permsInfo, in GrantPermissionSysNative()
127 const char **permsInfo = new(std::nothrow)const char* [1]; in GrantNormalPermissionNative() local
128 permsInfo[0] = "ohos.permission.MANAGE_USB_CONFIG"; in GrantNormalPermissionNative()
134 .perms = permsInfo, in GrantNormalPermissionNative()
/base/usb/usb_manager/test/fuzztest/usbmgrex_fuzzer/
H A Dusbmgrex_fuzzer.cpp97 const char **permsInfo = new(std::nothrow)const char* [1]; in GrantPermissionSysNative() local
98 permsInfo[0] = "ohos.permission.MANAGE_USB_CONFIG"; in GrantPermissionSysNative()
104 .perms = permsInfo, in GrantPermissionSysNative()

Completed in 2 milliseconds