Home
last modified time | relevance | path

Searched refs:value16 (Results 1 - 5 of 5) sorted by relevance

/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.cpp291 uint16_t value16 = buff[0]; in GetFileSize() local
292 value16 += static_cast<uint16_t>(buff[1] << BYTE_SIZE); in GetFileSize()
293 return value16; in GetFileSize()
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp171 uint16_t value16 = buff[0]; in ReadLE16() local
172 value16 += static_cast<uint16_t>(buff[1] << BYTE_SIZE); in ReadLE16()
173 return value16; in ReadLE16()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_hisysevent_adapter.h76 const ArkWebString key16, const int64_t value16, const ArkWebString key17, const int64_t value17,
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_hisysevent_adapter_impl.h70 const ArkWebString key16, const int64_t value16, const ArkWebString key17, const int64_t value17,
H A Dark_hisysevent_adapter_impl.cpp166 const ArkWebString key16, const int64_t value16, const ArkWebString key17, const int64_t value17, in Write()
197 value12, s_key13, value13, s_key14, value14, s_key15, value15, s_key16, value16, s_key17, value17, s_key18, in Write()
158 Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const int64_t value1, const ArkWebString key2, const int64_t value2, const ArkWebString key3, const uint32_t value3, const ArkWebString key4, const int64_t value4, const ArkWebString key5, const int64_t value5, const ArkWebString key6, const int64_t value6, const ArkWebString key7, const int64_t value7, const ArkWebString key8, const int64_t value8, const ArkWebString key9, const int64_t value9, const ArkWebString key10, const int64_t value10, const ArkWebString key11, const int64_t value11, const ArkWebString key12, const int64_t value12, const ArkWebString key13, const int64_t value13, const ArkWebString key14, const int64_t value14, const ArkWebString key15, const int64_t value15, const ArkWebString key16, const int64_t value16, const ArkWebString key17, const int64_t value17, const ArkWebString key18, const int64_t value18, const ArkWebString key19, const int64_t value19, const ArkWebString key20, const int64_t value20, const ArkWebString key21, const int64_t value21, const ArkWebString key22, const int64_t value22, const ArkWebString key23, const int64_t value23) Write() argument

Completed in 4 milliseconds