Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Ddataobs_mgr_inner_ext.h53 struct Entry { struct
54Entry(sptr<IDataAbilityObserver> obs, std::shared_ptr<DeathRecipientRef> deathRef, bool isDes) in Entry() function
64 using EntryList = std::list<Entry>; argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_directory.h33 struct Entry { in CORE_BEGIN_NAMESPACE() struct
35 enum Type { in CORE_BEGIN_NAMESPACE()
45 Type type; in CORE_BEGIN_NAMESPACE()
47 BASE_NS::string name; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue.h113 struct Entry { struct
119 IThreadPool::ITask::Ptr task;
121 BASE_NS::vector<uint64_t> dependencies;
H A Dtask_queue.cpp76 TaskQueue::Entry::Entry(uint64_t identifier, IThreadPool::ITask::Ptr task) : task(move(task)), iden… in Entry() function in TaskQueue::Entry
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dsys_state_machine.cpp54 void SysStoppedState::Entry() in Entry() function in OHOS::bluetooth::SysStoppedState
71 void SysStartedState::Entry() in Entry() function in OHOS::bluetooth::SysStartedState
96 void SysStoppingState::Entry() in Entry() function in OHOS::bluetooth::SysStoppingState
132 void SysResettingState::Entry() in Entry() function in OHOS::bluetooth::SysResettingState
168 void SysFactoryResettingState::Entry() in Entry() function in OHOS::bluetooth::SysFactoryResettingState
H A Dpower_state_machine.cpp48 void PowerActiveState::Entry() in Entry() function in OHOS::bluetooth::PowerActiveState
76 void PowerActiveActivingState::Entry() in Entry() function in OHOS::bluetooth::PowerActiveActivingState
114 void PowerActiveSniffingState::Entry() in Entry() function in OHOS::bluetooth::PowerActiveSniffingState
186 void PowerSniffState::Entry() in Entry() function in OHOS::bluetooth::PowerSniffState
229 void PowerSniffActivingState::Entry() in Entry() function in OHOS::bluetooth::PowerSniffActivingState
275 void PowerSniffSniffingState::Entry() in Entry() function in OHOS::bluetooth::PowerSniffSniffingState
H A Dadapter_state_machine.cpp46 void AdapterTurnOffState::Entry() in Entry() function in OHOS::bluetooth::AdapterTurnOffState
77 void AdapterTurningOnState::Entry() in Entry() function in OHOS::bluetooth::AdapterTurningOnState
135 void AdapterTurnOnState::Entry() in Entry() function in OHOS::bluetooth::AdapterTurnOnState
167 void AdapterTurningOffState::Entry() in Entry() function in OHOS::bluetooth::AdapterTurningOffState
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.h67 void Entry(){}; in Entry() function
100 void Entry(){}; in Entry() function
133 void Entry(){}; in Entry() function
175 void Entry(){}; in Entry() function
H A Da2dp_state_machine.h176 void Entry() in Entry() function
273 void Entry() in Entry() function
354 void Entry() in Entry() function
599 void Entry() in Entry() function
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h38 struct Entry { struct
52 Entry(int64_t id, int64_t ts, std::shared_ptr<EventRaw::RawData> data) in Entry() argument
55 Entry(int64_t id, int64_t ts, std::shared_ptr<EventRaw::RawData> data, in Entry() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.cpp208 void HfpAgDisconnected::Entry() in Entry() function in OHOS::bluetooth::HfpAgDisconnected
247 void HfpAgConnecting::Entry() in Entry() function in OHOS::bluetooth::HfpAgConnecting
314 void HfpAgDisconnecting::Entry() in Entry() function in OHOS::bluetooth::HfpAgDisconnecting
353 void HfpAgConnected::Entry() in Entry() function in OHOS::bluetooth::HfpAgConnected
540 void HfpAgAudioConnecting::Entry() in Entry() function in OHOS::bluetooth::HfpAgAudioConnecting
598 void HfpAgAudioDisconnecting::Entry() in Entry() function in OHOS::bluetooth::HfpAgAudioDisconnecting
642 void HfpAgAudioConnected::Entry() in Entry() function in OHOS::bluetooth::HfpAgAudioConnected
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dlinked_list.rs183 struct Entry { struct
184 val: usize,
185 node: Node<Entry>,
188 impl Entry { impl
189 fn new(val: usize) -> Entry { in new()
201 unsafe fn address_of_node(mut ptr: NonNull<Entry>) -> NonNull<Node<Entry>> { in address_of_node()
210 unsafe impl Link for Entry { implementation
H A Dslots.rs25 struct Entry<T> { struct
31 impl<T> Entry<T> { argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.cpp77 void PanDisconnectedState::Entry() in Entry() function in OHOS::bluetooth::PanDisconnectedState
118 void PanConnectingState::Entry() in Entry() function in OHOS::bluetooth::PanConnectingState
155 void PanDisconnectingState::Entry() in Entry() function in OHOS::bluetooth::PanDisconnectingState
192 void PanConnectedState::Entry() in Entry() function in OHOS::bluetooth::PanConnectedState
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.cpp61 void HfpHfDisconnected::Entry() in Entry() function in OHOS::bluetooth::HfpHfDisconnected
100 void HfpHfConnecting::Entry() in Entry() function in OHOS::bluetooth::HfpHfConnecting
172 void HfpHfDisconnecting::Entry() in Entry() function in OHOS::bluetooth::HfpHfDisconnecting
212 void HfpHfConnected::Entry() in Entry() function in OHOS::bluetooth::HfpHfConnected
317 void HfpHfAudioConnecting::Entry() in Entry() function in OHOS::bluetooth::HfpHfAudioConnecting
369 void HfpHfAudioDisconnecting::Entry() in Entry() function in OHOS::bluetooth::HfpHfAudioDisconnecting
413 void HfpHfAudioConnected::Entry() in Entry() function in OHOS::bluetooth::HfpHfAudioConnected
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp417 void AvrcCtStateMachineManager::StateMachine::CtConnecting::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtConnecting
474 void AvrcCtStateMachineManager::StateMachine::CtConnected::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtConnected
556 void AvrcCtStateMachineManager::StateMachine::CtDisconnecting::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtDisconnecting
601 void AvrcCtStateMachineManager::StateMachine::CtPending::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtPending
640 void AvrcCtStateMachineManager::StateMachine::CtContinuation::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtContinuation
680 void AvrcCtStateMachineManager::StateMachine::CtDisable::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtDisable
728 void AvrcCtStateMachineManager::StateMachine::BrConnecting::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::BrConnecting
779 void AvrcCtStateMachineManager::StateMachine::BrConnected::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::BrConnected
832 void AvrcCtStateMachineManager::StateMachine::BrDisconnecting::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::BrDisconnecting
877 void AvrcCtStateMachineManager::StateMachine::BrPending::Entry(void) in Entry() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::BrPending
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp359 void AvrcTgStateMachineManager::StateMachine::CtConnecting::Entry(void) in Entry() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtConnecting
416 void AvrcTgStateMachineManager::StateMachine::CtConnected::Entry(void) in Entry() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtConnected
542 void AvrcTgStateMachineManager::StateMachine::CtDisconnecting::Entry(void) in Entry() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtDisconnecting
588 void AvrcTgStateMachineManager::StateMachine::CtContinuation::Entry(void) in Entry() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtContinuation
646 void AvrcTgStateMachineManager::StateMachine::CtDisable::Entry(void) in Entry() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtDisable
695 void AvrcTgStateMachineManager::StateMachine::BrConnecting::Entry(void) in Entry() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::BrConnecting
747 void AvrcTgStateMachineManager::StateMachine::BrConnected::Entry(void) in Entry() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::BrConnected
805 void AvrcTgStateMachineManager::StateMachine::BrDisconnecting::Entry(void) in Entry() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::BrDisconnecting
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrTaskContainer.cpp60 void ThrTaskContainer::Entry(const std::string& threadName) in Entry() function in ThrTaskContainer
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h197 struct Entry { struct
198 Key key;
199 Value value;
201 static constexpr size_t MAX_KEY_LENGTH = 1024;
202 static constexpr size_t MAX_VALUE_LENGTH = 4 * 1024 * 1024;
208 bool WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer()
216 bool ReadFromBuffer(const uint8_t *&cursorPtr, int &bufferLeftSize) in ReadFromBuffer()
221 int RawSize() const in RawSize()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_statemachine.cpp136 void HidHostDisconnectedState::Entry() in Entry() function in OHOS::bluetooth::HidHostDisconnectedState
238 void HidHostConnectingState::Entry() in Entry() function in OHOS::bluetooth::HidHostConnectingState
334 void HidHostDisconnectingState::Entry() in Entry() function in OHOS::bluetooth::HidHostDisconnectingState
427 void HidHostConnectedState::Entry() in Entry() function in OHOS::bluetooth::HidHostConnectedState
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h26 using Entry = DistributedKv::Entry; variable
/ohos5.0/drivers/external_device_manager/test/moduletest/bus_extension_usb_mt/
H A Dbus_extension_usb_mt.cpp42 int Entry(void) in Entry() function in OHOS::ExternalDeviceManager::BusExtensionUsbMt
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_util.h46 using Entry = OHOS::DistributedKv::Entry; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h24 using Entry = DistributedDB::Entry; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dtypes_export.h42 struct Entry { struct
43 Key key;
44 Value value;

12