Home
last modified time | relevance | path

Searched defs:ParseVersion (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder.cpp79 int32_t HEVibratorDecoder::ParseVersion(const JsonParser &parser) in ParseVersion() function in OHOS::Sensors::HEVibratorDecoder
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp359 bool ParseVersion(const string &version, const string &split, std::vector<string> &versionVec) in ParseVersion() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp406 int ParseVersion(const napi_env env, const napi_value arg, std::shared_ptr<HelperRdbContext> contex… in ParseVersion() function
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp355 std::optional<std::pair<uint32_t, uint32_t>> ParseVersion(string_view version) in ParseVersion() function