Home
last modified time | relevance | path

Searched refs:offPos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_utils.h81 std::shared_ptr<unsigned char> array, int offset, int length, int offPos);
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Dnative_module_xml.cpp37 size_t offPos = 0; in XmlSerializerConstructor() local
49 napi_get_dataview_info(env, args[0], &iLength, &data, &arraybuffer, &offPos); in XmlSerializerConstructor()
99 size_t offPos = 0; in XmlPullParserConstructor() local
107 napi_get_dataview_info(env, args[0], &len, &data, &arraybuffer, &offPos); in XmlPullParserConstructor()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_utils.cpp192 std::shared_ptr<unsigned char> array, int offset, int length, int offPos) in DiallingNumberStringFieldConvertToString() argument