/third_party/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 470 uint32_t *expired) in amdgpu_cs_query_fence_status() 475 if (!fence || !expired || !fence->context) in amdgpu_cs_query_fence_status() 482 *expired = true; in amdgpu_cs_query_fence_status() 486 *expired = false; in amdgpu_cs_query_fence_status() 493 *expired = true; in amdgpu_cs_query_fence_status() 467 amdgpu_cs_query_fence_status(struct amdgpu_cs_fence *fence, uint64_t timeout_ns, uint64_t flags, uint32_t *expired) amdgpu_cs_query_fence_status() argument
|
/base/update/updateservice/services/core/ability/alarm/src/ |
H A D | timer_manager.cpp | 55 if (weakThis.expired()) { // 判断宿主是否销毁 in RegisterLooperEvent()
|
/base/update/updateservice/services/utils/src/ |
H A D | dupdate_net_observer.cpp | 102 if (callback_.expired()) { in OnNetChange()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | connector.cpp | 67 return !source_.expired() && !eventName_.empty() && !funcName_.empty(); in Connect()
|
H A D | functions.cpp | 52 return !func_.expired(); in ResolveFunction()
|
/foundation/multimedia/player_framework/services/services/observer/ |
H A D | account_observer.cpp | 60 if (!accountObserverCallBack_.expired()) { in UnregisterAccountObserverCallBack()
|
H A D | incall_observer.cpp | 75 if (!inCallObserverCallBack_.expired()) { in UnRegisterInCallObserverCallBack()
|
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/ |
H A D | constraint_manager_adapter.cpp | 31 if (stateManager_.expired()) { in Init()
|
/test/ostest/wukong/component_event/include/ |
H A D | wukong_tree.h | 67 TRACK_LOG_STR("current note has parent (%d), Node (0x%016llX)", !parent_.expired(), nodeId_); in GetParent()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq.c | 1578 static bool blk_mq_req_expired(struct request *rq, struct blk_expired_data *expired) in blk_mq_req_expired() argument 1588 if (time_after_eq(expired->timeout_start, deadline)) in blk_mq_req_expired() 1591 if (expired->next == 0) in blk_mq_req_expired() 1592 expired->next = deadline; in blk_mq_req_expired() 1593 else if (time_after(expired->next, deadline)) in blk_mq_req_expired() 1594 expired->next = deadline; in blk_mq_req_expired() 1610 struct blk_expired_data *expired = priv; in blk_mq_check_expired() local 1615 * the expire check is reliable. If the request is not expired, then in blk_mq_check_expired() 1619 if (blk_mq_req_expired(rq, expired)) { in blk_mq_check_expired() 1620 expired in blk_mq_check_expired() 1628 struct blk_expired_data *expired = priv; blk_mq_handle_expired() local 1639 struct blk_expired_data expired = { blk_mq_timeout_work() local [all...] |
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | inner_event.cpp | 256 if (!owner_.expired()) { in Dump() 286 if (!owner_.expired()) { in TraceInfo()
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_user_history.cpp | 215 if (!bundleActiveCore_.expired()) { in ReportUsage() 254 if (!bundleActiveCore_.expired()) { in SetAppGroup()
|
/foundation/communication/nfc/services/src/tag/ |
H A D | wifi_connection_manager.cpp | 111 if (nfcService_.expired()) {
in SendMsgToEvtHandler() 112 ErrorLog("nfcService expired");
in SendMsgToEvtHandler() 125 if (nfcService_.expired()) {
in RemoveMsgFromEvtHandler() 126 ErrorLog("nfcService expired");
in RemoveMsgFromEvtHandler()
|
H A D | bt_connection_manager.cpp | 96 if (nfcService_.expired()) {
in SendMsgToEvtHandler() 97 ErrorLog("nfcService expired");
in SendMsgToEvtHandler() 111 if (nfcService_.expired()) {
in SendConnMsgToEvtHandler() 112 ErrorLog("nfcService expired");
in SendConnMsgToEvtHandler() 129 if (nfcService_.expired()) {
in RemoveMsgFromEvtHandler() 130 ErrorLog("nfcService expired");
in RemoveMsgFromEvtHandler()
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | registry.js | 198 `but the corresponding public key has expired ${publicKey.expires}` 286 `but the corresponding public key has expired ${publicKey.expires}`
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_stress.c | 193 uint32_t expired; in submit_ib() local 265 0, &expired); in submit_ib()
|
H A D | hotunplug_tests.c | 178 uint32_t expired; in amdgpu_cs_sync() local 182 0, &expired); in amdgpu_cs_sync()
|
H A D | syncobj_tests.c | 103 uint32_t expired; in syncobj_command_submission_helper() local 177 AMDGPU_TIMEOUT_INFINITE,0, &expired); in syncobj_command_submission_helper()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/ |
H A D | js_ability_monitor.cpp | 109 if (!abilityObj.expired()) { in CallLifecycleCBFunction()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/ |
H A D | find_cache.h | 56 return !container_.expired();
|
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | stream_id_manager.h | 66 if (!streamIDManagerInner_.expired()) { in OnPlayFinished()
|
/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | mifare_ultralight_tag.cpp | 53 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_A_TECH) || in GetTag()
|
/third_party/python/Lib/asyncio/ |
H A D | timeouts.py | 22 EXPIRED = "expired" 72 def expired(self) -> bool: member in Timeout 73 """Is timeout expired during execution?"""
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_policy_manager.cpp | 69 if (wss_.expired()) { in Init() 70 WS_HILOGE("wss_ expired"); in Init() 319 if (wss_.expired()) { in OnPolicyChanged() 320 WS_HILOGE("wss_ expired"); in OnPolicyChanged() 402 if (wss_.expired()) { in RealStartWork() 403 WS_HILOGE("wss_ expired"); in RealStartWork() 481 if (wss_.expired()) { in WatchdogTimeOut() 482 WS_HILOGE("wss_ expired"); in WatchdogTimeOut()
|
/third_party/node/lib/ |
H A D | _http_server.js | 622 const expired = this[kConnections].expired(this.headersTimeout, this.requestTimeout); 624 for (let i = 0; i < expired.length; i++) { 625 const socket = expired[i].socket;
|