Home
last modified time | relevance | path

Searched refs:expired (Results 51 - 75 of 119) sorted by relevance

12345

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.cpp67 return !source_.expired() && !eventName_.empty() && !funcName_.empty(); in Connect()
H A Dfunctions.cpp52 return !func_.expired(); in ResolveFunction()
/foundation/multimedia/player_framework/services/services/observer/
H A Daccount_observer.cpp60 if (!accountObserverCallBack_.expired()) { in UnregisterAccountObserverCallBack()
H A Dincall_observer.cpp75 if (!inCallObserverCallBack_.expired()) { in UnRegisterInCallObserverCallBack()
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dconstraint_manager_adapter.cpp31 if (stateManager_.expired()) { in Init()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp215 if (!bundleActiveCore_.expired()) { in ReportUsage()
254 if (!bundleActiveCore_.expired()) { in SetAppGroup()
/foundation/communication/nfc/services/src/tag/
H A Dwifi_connection_manager.cpp111 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 Dbt_connection_manager.cpp96 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 Dregistry.js198 `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 Damdgpu_stress.c193 uint32_t expired; in submit_ib() local
265 0, &expired); in submit_ib()
H A Dhotunplug_tests.c178 uint32_t expired; in amdgpu_cs_sync() local
182 0, &expired); in amdgpu_cs_sync()
H A Dsyncobj_tests.c103 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 Djs_ability_monitor.cpp109 if (!abilityObj.expired()) { in CallLifecycleCBFunction()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dfind_cache.h56 return !container_.expired();
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.h66 if (!streamIDManagerInner_.expired()) { in OnPlayFinished()
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dmifare_ultralight_tag.cpp53 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_A_TECH) || in GetTag()
H A Diso15693_tag.cpp41 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_V_TECH)) { in GetTag()
H A Dndef_tag.cpp40 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_NDEF_TECH)) { in GetTag()
/third_party/python/Lib/asyncio/
H A Dtimeouts.py22 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 Dwork_policy_manager.cpp69 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.js622 const expired = this[kConnections].expired(this.headersTimeout, this.requestTimeout);
624 for (let i = 0; i < expired.length; i++) {
625 const socket = expired[i].socket;
/third_party/mbedtls/tests/data_files/
H A DMakefile225 test-ca2_cat-present-past.crt: test-ca2.crt test-ca2-expired.crt
227 test-ca2_cat-past-invalid.crt: test-ca2-expired.crt server6.crt
229 test-ca2_cat-past-present.crt: test-ca2-expired.crt test-ca2.crt
368 server7-expired.crt: server7.csr $(test_ca_int_rsa1)
370 all_final += server7-expired.crt
449 server5-ss-expired.crt: server5.key
451 all_final += server5-ss-expired.crt
1893 pkcs7-rsa-expired.crt:
1894 $(FAKETIME) -f -3650d $(OPENSSL) req -x509 -subj="/C=NL/O=PKCS7/CN=PKCS7 Cert Expired" -sha256 -nodes -days 365 -newkey rsa:2048 -keyout pkcs7-rsa-expired.key -out pkcs7-rsa-expired
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Dinner_event.cpp255 if (!owner_.expired()) { in Dump()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DWeakMap.hpp183 if(it->second.expired()) in reap()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp334 if (!owner_.expired()) { in ClearOwner()
346 if (!owner_.expired()) { in GetOwner()

Completed in 16 milliseconds

12345