Home
last modified time | relevance | path

Searched defs:charPtr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_ffi.cpp34 std::vector<std::string> CharPtrToVector(char** charPtr, int32_t size) in CharPtrToVector()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dtraits_test.cpp186 auto *charPtr = Traits::get_if<const char *>(&value); variable
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp164 xmlChar* charPtr = xmlNodeGetContent(valuePtr); in XmlNodePtrToString() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp57 auto charPtr = new (std::nothrow) char* [size]; in CreateStrArrByVector() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp67 void CharPtrToVector(char** charPtr, int size, std::vector<std::string> &result) in CharPtrToVector()
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp49 void charPtrToVector(char **charPtr, int size, std::vector<std::string> &result) in charPtrToVector()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1188 const char* charPtr = static_cast<const char*>(buffer); in SetResponseData() local