/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_util.cpp | 36 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 D | tlv_object.cpp | 153 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 D | tlv_object_mock.cpp | 102 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 D | dmslite_parser.c | 177 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 D | rtp_unit_test.cpp | 315 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 D | mock_image_source_info.cpp | 82 std::string head = uri.substr(0, iter); in ResolveURIType() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_image.cpp | 136 std::string head = uri.substr(0, iter); in ParseHrefAttr() local
|
/foundation/arkui/ace_engine_lite/frameworks/module_manager/ |
H A D | module_manager.cpp | 228 void ModuleManager::InsertCallback(CallbackNode *&head, NativeCallback callback, in InsertCallback() argument [all...] |
/foundation/multimedia/audio_framework/frameworks/cj/include/ |
H A D | multimedia_audio_ffi.h | 62 CDeviceDescriptor *head; member 79 CAudioCapturerChangeInfo *head; member
|
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/ |
H A D | dsoftbus_adapter_impl.cpp | 540 const PackHead *head = reinterpret_cast<const PackHead *>(buf); in HandleSessionData() local
|
/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_trans_test.cpp | 102 ConnPktHead head = {0}; in HWTEST_F() local
|
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
H A D | connection_ble_client_mock.cpp | 37 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 D | connection_br_test.cpp | 776 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 D | tcp_manager_test.cpp | 313 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 D | trans_proxy_session_test.cpp | 254 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 D | softbus_proxy_session_test.cpp | 235 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 D | dbinder_types.h | 103 struct DHandleEntryHead head; member
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | nfc_sdk_common.cpp | 235 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 D | wifi_hal_crpc_server.c | 375 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 D | route_head_handler_impl.cpp | 152 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 D | relational_result_set_impl.cpp | 151 int32_t head = 0; in GetColType() local
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | utils.h | 90 CConflictFiles* head; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_network.cpp | 298 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 D | nstackx_dfile_send.c | 35 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 D | image_source_info.cpp | 59 std::string head = src.size() > APNG_FILE_SUFFIX_LEN in IsPngSource() local 100 std::string head = uri.substr(0, iter); ResolveURIType() local [all...] |