Home
last modified time | relevance | path

Searched refs:Unlock (Results 1 - 25 of 72) sorted by relevance

123

/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dscoped_lock.cpp36 mutex_->Unlock(); in ~ScopedLock()
51 mutex_->Unlock();
75 void ScopedLock::Unlock() in Unlock() function in OHOS::Media::OSAL::ScopedLock
78 mutex_->Unlock(); in Unlock()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_connect_state.cpp140 P2pEntity::GetInstance().Unlock(); in PreprocessP2pConnectionChangeEvent()
146 P2pEntity::GetInstance().Unlock(); in PreprocessP2pConnectionChangeEvent()
152 P2pEntity::GetInstance().Unlock(); in PreprocessP2pConnectionChangeEvent()
158 P2pEntity::GetInstance().Unlock(); in PreprocessP2pConnectionChangeEvent()
165 P2pEntity::GetInstance().Unlock(); in PreprocessP2pConnectionChangeEvent()
177 P2pEntity::GetInstance().Unlock(); in OnP2pConnectionChangeEvent()
191 P2pEntity::GetInstance().Unlock(); in OnP2pConnectionChangeEvent()
200 P2pEntity::GetInstance().Unlock(); in OnTimeout()
221 P2pEntity::GetInstance().Unlock(); in OnTimeout()
232 P2pEntity::GetInstance().Unlock(); in OnTimeout()
[all...]
H A Dp2p_create_group_state.cpp97 P2pEntity::GetInstance().Unlock(); in OnP2pConnectionChangeEvent()
112 P2pEntity::GetInstance().Unlock(); in OnP2pConnectionChangeEvent()
121 P2pEntity::GetInstance().Unlock(); in OnTimeout()
127 P2pEntity::GetInstance().Unlock(); in OnTimeout()
H A Dp2p_destroy_group_state.cpp97 P2pEntity::GetInstance().Unlock(); in OnP2pConnectionChangeEvent()
112 P2pEntity::GetInstance().Unlock(); in OnP2pConnectionChangeEvent()
122 P2pEntity::GetInstance().Unlock(); in OnTimeout()
128 P2pEntity::GetInstance().Unlock(); in OnTimeout()
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_locker.h63 void Unlock() in Unlock() function in OHOS::GraphicMutex
81 void Unlock() {}
98 Unlock(); in ~GraphicLockGuard()
105 void Unlock() in Unlock() function in OHOS::GraphicLockGuard
108 mutex_.Unlock(); in Unlock()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/threading/
H A Dmutex.h58 * @brief Unlock mutex, calling it for not locked mutex has undefined behaviour.
60 void Unlock() in Unlock() function in Mutex
100 mutex_->Unlock(); in ~UniqueLock()
113 mutex_->Unlock(); in operator =()
133 * @brief Unlock the mutex, must have associated mutex which is locked.
135 void Unlock() in Unlock() function in UniqueLock
138 mutex_->Unlock(); in Unlock()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c130 static void Unlock(void) in Unlock() function
248 Unlock(); in DeleteLaneLinkNode()
307 Unlock(); in TriggerLink()
358 Unlock(); in DeleteRequestNode()
431 Unlock(); in TriggerLinkWithQos()
454 Unlock(); in StartTriggerLink()
552 Unlock(); in BuildTargetLink()
758 Unlock(); in Alloc()
841 Unlock(); in CancelLane()
846 Unlock(); in CancelLane()
[all...]
H A Dlnn_ctrl_lane.c55 static void Unlock(void) in Unlock() function
128 Unlock(); in GetCtrlReqInfo()
131 Unlock(); in GetCtrlReqInfo()
135 Unlock(); in GetCtrlReqInfo()
155 Unlock(); in DeleteCtrlRequestNode()
186 Unlock(); in UpdateCtrlReqInfo()
190 Unlock(); in UpdateCtrlReqInfo()
287 Unlock(); in CreateCtrlReqNode()
311 Unlock(); in CtrlTriggerLink()
323 Unlock(); in CtrlTriggerLink()
[all...]
H A Dlnn_lane.c81 static void Unlock(void) in Unlock() function
106 Unlock(); in AllocLaneReqId()
114 Unlock(); in AllocLaneReqId()
132 Unlock(); in DestroyLaneReqId()
152 Unlock(); in CheckListener()
156 Unlock(); in CheckListener()
183 Unlock(); in RegisterLaneIdListener()
204 Unlock(); in UnregisterLaneIdListener()
213 Unlock(); in GetAllLaneIdListener()
220 Unlock(); in GetAllLaneIdListener()
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DVec2Proxy.cpp47 duh.Unlock(); in SetValue()
62 duh.Unlock(); in SetValue()
75 duh.Unlock(); in GetValue()
78 duh.Unlock(); in GetValue()
H A DObjectProxy.cpp54 duh.Unlock(); in AddProperty()
83 duh.Unlock(); in SetValue()
91 duh.Unlock(); in GetValue()
97 duh.Unlock(); in GetValue()
H A DQuatProxy.cpp45 duh.Unlock(); in SetValue()
65 duh.Unlock(); in SetValue()
81 duh.Unlock(); in GetValue()
84 duh.Unlock(); in GetValue()
H A DVec4Proxy.cpp49 duh.Unlock(); in SetValue()
70 duh.Unlock(); in SetValue()
87 duh.Unlock(); in GetValue()
90 duh.Unlock(); in GetValue()
H A DVec3Proxy.cpp46 duh.Unlock(); in SetValue()
64 duh.Unlock(); in SetValue()
79 duh.Unlock(); in GetValue()
82 duh.Unlock(); in GetValue()
H A DColorProxy.cpp43 duh.Unlock(); in SetValue()
63 duh.Unlock(); in SetValue()
79 duh.Unlock(); in GetValue()
82 duh.Unlock(); in GetValue()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_adapter_tools.h41 Unlock(); in ~PaLockGuard()
44 void Unlock() in Unlock() function in OHOS::AudioStandard::PaLockGuard
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dace_lock.cpp52 void LockType::Unlock() in Unlock() function in OHOS::ACELite::LockType
75 lock_.Unlock(); in ~AutoLockGuard()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DMutexTest.cpp54 l.Unlock(); in HWTEST_F()
61 l.Unlock(); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Datomics.h69 void Unlock() in Unlock() function in SpinLock
119 void Unlock() in Unlock() function in SpinLock
149 lock_.Unlock(); in ~ScopedSpinLock()
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dproperty.cpp86 void PropertyBase::Unlock() const in Unlock() function in Internal::PropertyBase
104 Unlock(); in UnlockShared()
/foundation/window/window_manager_lite/interfaces/innerkits/
H A Disurface.h36 * @brief Unlock the surface.
38 virtual void Unlock() = 0;
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_surface.h30 void Unlock() override;
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H A Dscoped_lock.h40 void Unlock();
H A Dmutex.h39 void Unlock();
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dlocking.h61 p_->Unlock(); in ~InterfaceLock()
111 p_->Unlock(); in ~InterfaceUniqueLock()

Completed in 9 milliseconds

123