Home
last modified time | relevance | path

Searched refs:permArray (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/
H A Dnativetoken_kit_test.cpp158 const char **permArray = new (std::nothrow) const char *[2]; in Start() local
159 if (permArray == nullptr) { in Start()
162 permArray[0] = "ohos.permission.test1"; in Start()
163 permArray[1] = "ohos.permission.test2"; in Start()
174 .perms = permArray, in Start()
181 delete[] permArray; in Start()