Home
last modified time | relevance | path

Searched defs:head (Results 126 – 150 of 233) sorted by relevance

12345678910

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h38 FeatureNode *head; member
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp413 struct DListHead *head = &acmDevice->ctrlPool; in AllocCtrlRequests() local
759 struct DListHead *head = &acmDevice->ctrlPool; in FreeCtrlRequests() local
/ohos5.0/base/security/selinux_adapter/interfaces/tools/param_check/
H A Dtest.cpp66 ParamContextsList *head = buff; in TestLoadList() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp266 double* head = static_cast<double*>(malloc(doubles.size() * sizeof(double))); in VectorToDoubleArray() local
283 bool* head = static_cast<bool*>(malloc(bools.size() * sizeof(bool))); in VectorToBoolArray() local
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp447 const MotionEvent& head = it->samples.at(0); in FindBatch() local
468 const MotionEvent& head = batch.samples.at(0); in CanAddSample() local
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h48 CFileSpec *head; member
71 CFormItem *head; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp102 ConnPktHead head = {0}; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp663 Elf32_Ehdr head{}; member
668 Elf64_Ehdr head{}; member
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c401 struct DListHead *head = &acmDevice->ctrlPool; in AllocCtrlRequests() local
752 struct DListHead *head = &acmDevice->ctrlPool; in FreeCtrlRequests() local
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp97 void SocPerfThreadWrap::DoFreqActionPack(std::shared_ptr<ResActionItem> head) in DoFreqActionPack()
297 std::shared_ptr<ResActionItem> head = queueHead; in PostDelayTask() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.h63 NativeAlertDialogButtonOptions* head; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_image.cpp137 std::string head = uri.substr(0, iter); in ParseHrefAttr() local
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c537 struct DListHead *head = &HdfStubDriver()->remoteListHead; in HdfWlanAddRemoteObj() local
845 struct DListHead *head = NULL; in HdfWLanCallbackFun() local
876 struct DListHead *head = NULL; in HdfWlanNetlinkCallbackFun() local
904 struct DListHead *head = &HdfStubDriver()->remoteListHead; in HdfWlanDelRemoteObj() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutEngine.java168 public void applyLayoutParams(View head) { in applyLayoutParams()
433 ViewEntry head = null; in updateViews() local
/ohos5.0/base/startup/init/interfaces/innerkits/include/fs_manager/
H A Dfs_manager.h67 struct FstabItem *head; member
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs23 head: *const Node<T>, field
324 head: *const Node<T>, field
373 head: *const Node<T>, field
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_data_test.cpp172 std::string head = R"({"field1": ")"; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c269 static char *RecvData(const ConnPktHead *head, int32_t fd, uint32_t len) in RecvData()
363 ConnPktHead head = {0}; in TcpOnDataEventIn() local
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp125 ParamContextsList *head = *list; in TestDestroyParamList() local
138 ParamContextsList *head = (ParamContextsList *)malloc(sizeof(ParamContextsList)); in TestGetParamList() local
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp209 auto head = winList_.Begin()->prev_; in RaiseToTop() local
228 auto head = winList_.Begin()->prev_; in LowerToBottom() local
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp145 void InnerSetWantParamsArrayFD(CParameters* head, int64_t size, AAFwk::WantParams &wantParams) in InnerSetWantParamsArrayFD()
163 auto head = parameters.head + i; in SetDataParameters() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_loader.cpp172 std::string head = uri.substr(0, iter); in RemovePathHead() local
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h101 struct ListNode head; /* head of shared memory list */ member
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd_ext.c156 struct DListHead *head = &HdfWpaStubDriver()->remoteListHead; in HdfWpaDelRemoteObj() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastProcessQueue.java1282 checkState(waitingTime < (10 * DateUtils.MINUTE_IN_MILLIS), "waitingTime"); in assertHealthLocked()
1296 @Nullable BroadcastProcessQueue head, @NonNull BroadcastProcessQueue item) {
1331 static @Nullable BroadcastProcessQueue removeFromRunnableList( in removeFromRunnableList()

12345678910