Searched refs:VectorUint32ToJs (Results 1 – 2 of 2) sorted by relevance
344 napi_value VectorUint32ToJs(napi_env env, const std::vector<uint32_t>& value);
1288 everyoneAccessListJs = VectorUint32ToJs(env, {property.everyonePerm}); in DlpPropertyToJs()1290 everyoneAccessListJs = VectorUint32ToJs(env, {}); in DlpPropertyToJs()1404 napi_value VectorUint32ToJs(napi_env env, const std::vector<uint32_t>& value) in VectorUint32ToJs() function