Home
last modified time | relevance | path

Searched defs:head (Results 151 – 175 of 222) sorted by relevance

123456789

/ohos5.0/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
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp659 const AuthDataHead head = { 0 }; variable
1396 static void AuthOnDataReceivedTest(AuthHandle authHandle, const AuthDataHead *head, const uint8_t *… in AuthOnDataReceivedTest()
1955 const AuthDataHead *head = NULL; variable
2049 AuthDataHead head = { variable
H A Dauth_net_ledger_mock.cpp206 …AuthNetLedgertInterfaceMock::Pack(int64_t authSeq, const AuthSessionInfo *info, AuthDataHead &head) in Pack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp307 void RenderList::ResetLayoutRange(double head, double tail, Offset position, Size viewport) in ResetLayoutRange()
496 void RenderList::RecycleHead(int32_t head) in RecycleHead()
H A Dlayout_manager.h105 void ResetLayoutRange(double head, double tail, Offset position, Size viewPort) in ResetLayoutRange()
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp330 struct DListHead *head = &mtpDev_->ctrlPool; in UsbMtpDeviceAllocCtrlRequests() local
356 struct DListHead *head = &mtpDev_->ctrlPool; in UsbMtpDeviceFreeCtrlRequests() local
366 void UsbfnMtpImpl::UsbMtpPortFreeRequests(struct DListHead *head, int32_t &allocated) in UsbMtpPortFreeRequests()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp313 ConnPktHead head = {0}; variable
410 ConnPktHead head = {0}; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp491 TLVHead head{}; in Decode() local
670 TLVHead head{}; in DecodeTag() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_utils.cpp223 int32_t OH_ArkUI_NodeUtils_GetActiveChildrenInfo(ArkUI_NodeHandle head, ArkUI_ActiveChildrenInfo** … in OH_ArkUI_NodeUtils_GetActiveChildrenInfo()
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp251 bool DumpCommonUtils::StartWith(const std::string& str, const std::string& head) in StartWith()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp138 auto head = params.head + i; in AddParams2EventPack() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c516 ConnPktHead *head = (ConnPktHead *)(buffer->buffer); in ConnCocTransRecv() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_result_set_impl.cpp151 int32_t head = 0; in GetColType() local
/ohos5.0/drivers/liteos/hievent/src/
H A Dhiview_hievent.c121 static struct HiviewHieventPayload *HiviewHieventGetPayload(struct HiviewHieventPayload *head, in HiviewHieventGetPayload()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp145 std::string head = absolutePath.substr(0, iter); in SpiltAbsoluteFontPath() local
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Drtg_ioctl.cpp131 auto formatBuf = [&](const char* head, const char* buf, uint32_t size) { in Format()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.c1088 struct DListHead *head = &HdfWpaStubDriver()->remoteListHead; in HdfWpaAddRemoteObj() local
1788 struct DListHead *head = NULL; in HdfWpaCallbackFun() local
1957 struct DListHead *head = &HdfWpaStubDriver()->remoteListHead; in ClearHdfWpaRemoteObj() local
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h60 struct DHandleEntryHead head; member
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h103 struct DHandleEntryHead head; member
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_manager_test.cpp532 SliceHead head = {}; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c386 ConnPktHead *head = NULL; in ConnPostBytes() local
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs287 let head: *const PackHead = buf as *const PackHead; in read_client_packets() localVariable
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.cpp211 void NdefMessage::ParseRecordLayoutHead(RecordLayout& layout, unsigned char head) in ParseRecordLayoutHead()
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp306 std::string Console::RenderHead(napi_env env, napi_value head, std::vector<size_t> columnWidths) in RenderHead()
377 void Console::GraphTable(napi_env env, napi_value head, napi_value columns, const size_t& length) in GraphTable()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs125 pub fn head<T>(uri: T) -> RequestBuilder in head() method

123456789