Home
last modified time | relevance | path

Searched refs:isDestroy_ (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davsession_controller_proxy.cpp37 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in GetAVCallMetaData()
61 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in GetAVCallState()
85 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in GetAVPlaybackState()
119 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in GetAVMetaData()
170 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in GetAVQueueItems()
207 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in GetAVQueueTitle()
231 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in SkipToQueueItem()
248 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in GetExtras()
259 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "check again controller is destroy"); in GetExtras()
277 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIS in SendAVKeyEvent()
[all...]
H A Davcast_controller_proxy.cpp40 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in SendControlCommand()
60 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in Start()
81 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in Prepare()
178 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in GetValidCommands()
281 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in SetCastPlaybackFilter()
301 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in AddAvailableCommand()
324 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in RemoveAvailableCommand()
346 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in RegisterCallback()
376 CHECK_AND_RETURN_RET_LOG(!isDestroy_, ERR_CONTROLLER_NOT_EXIST, "controller is destroy"); in Destroy()
387 isDestroy_ in Destroy()
[all...]
H A Davcast_controller_proxy.h65 bool isDestroy_ = false; member in OHOS::AVSession::AVCastControllerProxy
H A Davsession_controller_proxy.h85 bool isDestroy_ = false; member in OHOS::AVSession::AVSessionControllerProxy
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp340 if (!isDestroy_.load()) { in ProcessDestroyMsg()
347 isDestroy_.store(true); in ProcessDestroyMsg()
370 if (listener_ != nullptr && !isDestroy_.load()) { in CloseSession()
377 isDestroy_.store(true); in CloseSession()
472 isDestroy_.store(false); in OnSessionOpened()
512 if (listener_ != nullptr && !isDestroy_.load()) { in OnSessionClosed()
525 isDestroy_.store(true); in OnSessionClosed()
/foundation/communication/netstack/utils/napi_utils/include/
H A Devent_manager.h131 std::atomic_bool isDestroy_; member in OHOS::NetStack::EventManager
170 [[maybe_unused]] std::atomic_bool isDestroy_; member in OHOS::NetStack::EventManagerForHttp
/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_manager.cpp30 EventManager::EventManager() : data_(nullptr), eventRef_(nullptr), isDestroy_(false) {} in EventManager()
290 isDestroy_.store(flag); in SetEventDestroy()
295 return isDestroy_.load(); in IsEventDestroy()
/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H A Dpin_holder.h86 std::atomic<bool> isDestroy_ {false};

Completed in 9 milliseconds