Home
last modified time | relevance | path

Searched defs:contentLen (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h62 int contentLen = sizeof(tempChar); in CharCodeToSequence() local
/ohos5.0/base/security/security_guard/interfaces/inner_api/common/include/
H A Dsecurity_guard_api.h32 uint32_t contentLen; member
/ohos5.0/base/startup/init/services/param/trigger/
H A Dtrigger_processor.c159 static void SendTriggerEvent(int type, const char *content, uint32_t contentLen) in SendTriggerEvent()
181 void PostTrigger(EventType type, const char *content, uint32_t contentLen) in PostTrigger()
/ohos5.0/base/update/updater/services/package/pkg_verify/
H A Dopenssl_util.cpp29 int contentLen = X509_NAME_get_text_by_NID(name, nId, nullptr, 0); in GetTextContentFromX509Name() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp417 size_t contentLen = tag.length() + 1 + msg.length() + 1; in GenerateHilogMsgInside() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
H A Ddbm_kv_store.c908 …tValue(int index, const void* value, unsigned int len, char* valueContent, unsigned int contentLen) in InitValue()
934 int contentLen = InitValue(item->index, value, len, valueContent, len + KV_SUM_BLOCK_SIZE); in InsertKV() local
971 int contentLen = InitValue(item->index, value, len, valueContent, len + KV_SUM_BLOCK_SIZE); in UpdateKV() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp525 auto contentLen = static_cast<int32_t>(content.size()); in StartDrag() local
1054 auto contentLen = StringUtils::ToWstring(content).length(); in GetIndex() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp472 unsigned int contentLen = initSegment->content_.length(); in ReadInitSegment() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c488 …t VerifyProfileSignGetRaw(const char *buf, int32_t len, char **profileContent, int32_t *contentLen) in VerifyProfileSignGetRaw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1579 auto contentLen = static_cast<int32_t>(StringUtils::ToWstring((*it)->content).length()); in GetSpanPositionInfo() local
2306 auto contentLen = StringUtils::ToWstring((*spanIter)->content).length(); in GetSelectSpansPositionInfo() local