Searched refs:permArray (Results 1 – 1 of 1) sorted by relevance
158 const char **permArray = new (std::nothrow) const char *[2]; in Start() local159 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()