Home
last modified time | relevance | path

Searched defs:tail (Results 1 - 25 of 30) sorted by relevance

12

/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dbase64.h46 uint32_t tail = text_len - i; in Encode() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlf_ring.h40 volatile FILLP_ULONG tail; member
45 volatile FILLP_ULONG tail; member
H A Dskiplist.h42 struct SkipListNode *tail; member
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.cpp59 auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<Component>); in MergeRSNode() local
74 auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<SingleChild>); in MergeRSNode() local
85 auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<SingleChild>); in MergeRSNode() local
98 void Component::MergeRSNode(const RefPtr<Component>& head, const RefPtr<Component>& tail) in MergeRSNode() argument
[all...]
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp998 std::string tail = ".hap"; in HWTEST_F() local
/base/security/asset/services/db_operator/src/
H A Dstatement.rs59 let mut tail = 0usize; variables
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dnative_args_child_process.cpp86 NativeChildProcess_Fd *tail = nullptr; in ParseToNativeArgs() local
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp32 RefPtr<Component> tail = box_; in BuildItem() local
/foundation/resourceschedule/ffrt/src/util/
H A Dspmc_queue.cpp63 unsigned int tail = tail_.load(); in PopHead() local
82 unsigned int tail = tail_.load(); in PushTail() local
98 unsigned int tail = tail_.load(); in FindElement() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c159 struct SkipListNode *tail = FILLP_NULL_PTR; in SkipListPopTail() local
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h182 uint16_t tail = 0; member in OHOS::Graphic::Vector
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp96 inline RectType Looper::GetEdgeRelation(int &head, int &tail, in GetEdgeRelation() argument
/foundation/multimedia/media_library/frameworks/services/media_async_worker/src/
H A Dmedialibrary_async_worker.cpp158 std::queue<std::shared_ptr<MediaLibraryAsyncTask>> tail; in ClearRefreshTaskQueue() local
/foundation/multimedia/player_framework/services/utils/
H A Dxml_parse.cpp74 std::string tail = str.substr(pos + 1); in TransStrAsRange() local
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h49 volatile uint32_t tail; /* producer tail */ member
58 volatile uint32_t tail; /* consumer tail */ member
[all...]
/base/startup/init/interfaces/innerkits/include/fs_manager/
H A Dfs_manager.h68 struct FstabItem *tail; member
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_server.c421 WifiHalEventCallbackMsg *tail = head->pre; in PopBackCallbackMsg() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_l2cap_if.c538 int RfcommSendData(uint16_t lcid, const uint8_t *header, uint8_t headSize, uint8_t tail, Packet *pkt) in RfcommSendData() argument
H A Drfcomm_frames.c139 uint8_t tail = RfcommCalculateFcs(RFCOMM_NOT_UIH_FSC_LEN, header); in RfcommSendSabm() local
165 uint8_t tail = RfcommCalculateFcs(RFCOMM_NOT_UIH_FSC_LEN, header); in RfcommSendDisc() local
191 uint8_t tail = RfcommCalculateFcs(RFCOMM_NOT_UIH_FSC_LEN, header); in RfcommSendUa() local
218 uint8_t tail = RfcommCalculateFcs(RFCOMM_NOT_UIH_FSC_LEN, header); in RfcommSendDm() local
267 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); in RfcommSendUihPn() local
311 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); RfcommSendUihMsc() local
348 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); RfcommSendUihRls() local
400 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); RfcommSendUihRpn() local
431 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); RfcommSendUihFcon() local
462 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); RfcommSendUihFcoff() local
517 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); RfcommSendUihTest() local
553 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); RfcommSendUihNsc() local
603 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); RfcommSendUihData() local
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp291 std::string tail = path.substr(pos + 1); in LoadThemeResource() local
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp430 bool Utils::endWithTail(const std::string& path, const std::string& tail) in endWithTail() argument
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlayout_manager.h105 void ResetLayoutRange(double head, double tail, Offset position, Size viewPort) in ResetLayoutRange() argument
H A Drender_list.cpp307 void RenderList::ResetLayoutRange(double head, double tail, Offset position, Size viewport) in ResetLayoutRange() argument
504 void RenderList::RecycleTail(int32_t tail) in RecycleTail() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp457 cJSON *tail = cjson_; in GetItemField() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c35 Payload *tail; member
[all...]

Completed in 17 milliseconds

12