Home
last modified time | relevance | path

Searched defs:head (Results 51 - 75 of 138) sorted by relevance

123456

/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp36 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading() argument
52 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading() argument
68 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading() argument
84 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading() argument
102 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading() argument
128 Reading(DataStatus &output, TLVObject &data, const TLVHead &head) Reading() argument
156 Reading(Object &output, TLVObject &data, const TLVHead &head) Reading() argument
196 Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) Reading() argument
253 Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) Reading() argument
306 Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head) Reading() argument
406 Reading(Runtime &output, TLVObject &data, const TLVHead &head) Reading() argument
489 Reading(Privilege &output, TLVObject &data, const TLVHead &head) Reading() argument
541 Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) Reading() argument
589 Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) Reading() argument
[all...]
H A Dtlv_object.cpp153 bool TLVObject::Read(std::string &value, const TLVHead &head) in Read() argument
190 bool TLVObject::Read(std::vector<uint8_t> &value, const TLVHead &head) in Read() argument
235 Read(OHOS::AAFwk::Want &value, const TLVHead &head) Read() argument
270 Read(std::monostate &value, const TLVHead &head) Read() argument
281 Read(void *value, const TLVHead &head) Read() argument
319 ReadHead(TLVHead &head) ReadHead() argument
345 Skip(TLVHead &head) Skip() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dtlv_object_mock.cpp102 bool TLVObject::Read(std::string &value, const TLVHead &head) in Read() argument
113 bool TLVObject::Read(std::vector<uint8_t> &value, const TLVHead &head) in Read() argument
123 bool TLVObject::Read(OHOS::AAFwk::Want &value, const TLVHead &head) in Read() argument
133 bool TLVObject::Read(std::monostate &value, const TLVHead &head) in Read() argument
144 bool TLVObject::Read(void *value, const TLVHead &head) in Read() argument
164 bool TLVObject::ReadHead(TLVHead &head) in ReadHead() argument
169 bool TLVObject::Skip(TLVHead &head) in Skip() argument
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_parser.c177 TlvNode *head = MallocTlvNode(); in TlvBytesToNode() local
229 static int32_t Parse(const uint8_t *payload, uint16_t length, TlvNode **head) in Parse() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp315 RtpHeader *head = rtp->GetHeader(); in HWTEST_F() local
371 RtpHeader *head = rtp->GetHeader(); HWTEST_F() local
399 RtpHeader *head = rtp->GetHeader(); HWTEST_F() local
633 RtpHeader *head = rtp->GetHeader(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp82 std::string head = uri.substr(0, iter); in ResolveURIType() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_image.cpp136 std::string head = uri.substr(0, iter); in ParseHrefAttr() local
/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.cpp228 void ModuleManager::InsertCallback(CallbackNode *&head, NativeCallback callback, in InsertCallback() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_ffi.h62 CDeviceDescriptor *head; member
79 CAudioCapturerChangeInfo *head; member
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp540 const PackHead *head = reinterpret_cast<const PackHead *>(buf); in HandleSessionData() local
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp102 ConnPktHead head = {0}; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_client_mock.cpp37 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ConnGattTransRecvReturnConnModule() local
52 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); in ConnGattTransRecvReturnConnModule1() local
68 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); ConnGattTransRecvReturnOldNearby() local
83 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); ConnGattTransRecvReturnDefult() local
98 ConnPktHead *head = reinterpret_cast<ConnPktHead *>(SoftBusCalloc(sizeof(*head))); ActionOfConnGattTransRecv() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp776 ConnPktHead head; in HWTEST_F() local
804 ConnPktHead head; in HWTEST_F() local
823 ConnPktHead head; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp313 ConnPktHead head = {0}; in HWTEST_F() local
410 ConnPktHead head = {0}; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_session_test.cpp254 TestSliceHead head; in HWTEST_F() local
293 TestSliceHead head; in HWTEST_F() local
366 TestSliceHead head; HWTEST_F() local
417 TestSliceHead head; HWTEST_F() local
448 TestSliceHead head; HWTEST_F() local
[all...]
H A Dsoftbus_proxy_session_test.cpp235 TestSliceHead head; in HWTEST_F() local
274 TestSliceHead head; in HWTEST_F() local
334 TestSliceHead head; HWTEST_F() local
381 TestSliceHead head; HWTEST_F() local
412 TestSliceHead head; HWTEST_F() local
[all...]
/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h103 struct DHandleEntryHead head; member
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.cpp235 uint32_t head = (len / 2) / 2; // Divide the string evenly into 2 * 2 parts in CodeMiddlePart() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_server.c375 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + i; in ReleaseCallbackMsg() local
396 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + pos; in PushBackCallbackMsg() local
419 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + pos; PopBackCallbackMsg() local
435 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + pos; FrontCallbackMsg() local
450 WifiHalEventCallbackMsg *head = g_wifiHalEventCallback->cbmsgs + pos; PopFrontCallbackMsg() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Droute_head_handler_impl.cpp152 RouteHead *head = reinterpret_cast<RouteHead *>(ptr); in PackDataHead() local
231 RouteHead head = { 0 }; in UnPackData() local
249 const RouteHead *head = reinterpret_cast<const RouteHead *>(data); UnPackDataHead() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_result_set_impl.cpp151 int32_t head = 0; in GetColType() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dutils.h90 CConflictFiles* head; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.cpp298 int PanNetwork::WriteData(EthernetHeader head, uint8_t *data, int len) in WriteData() argument
425 EthernetHeader head; in ReadPanNetworkEvent() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c35 static int32_t AllocIovList(List *head) in AllocIovList() argument
69 void DestroyIovList(const List *head, DFileSession *s, uint32_t tid) in DestroyIovList() argument
125 static int32_t SendFileDataFrame(DFileSession *session, PeerInfo *peerInfo, List *head, uint32_t tid) in SendFileDataFrame() argument
169 static int32_t SendFileDataFrameEx(DFileSession *session, PeerInfo *peerInfo, List *head, uint32_t tid) in SendFileDataFrameEx() argument
174 static int32_t CheckUnsentList(List *unsent, List *head, int32_ argument
196 DoSendDataFrame(DFileSession *session, List *head, int32_t count, uint32_t tid, uint8_t socketIndex) DoSendDataFrame() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp59 std::string head = src.size() > APNG_FILE_SUFFIX_LEN in IsPngSource() local
100 std::string head = uri.substr(0, iter); ResolveURIType() local
[all...]

Completed in 18 milliseconds

123456