Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_ffi.cpp384 char **VectorToCharPointer(std::vector<std::string> &vec) in VectorToCharPointer() function
413 ret.head = VectorToCharPointer(vStr); in CJ_GetEvents()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp302 static char** VectorToCharPointer(std::vector<std::string> &vec, int32_t &code) in VectorToCharPointer() function
328 strArray.head = VectorToCharPointer(strings, code); in VectorToStringArray()