Home
last modified time | relevance | path

Searched refs:expired (Results 101 - 121 of 121) sorted by relevance

12345

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dshared_ptr.h140 // first lock the given weak ptr. (to see if it has expired, and to get a pointer that can be cast) in operator =()
146 bool expired() const noexcept
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_runner.cpp310 if (owner_.expired()) {
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp220 if (action.compare(EVENT_DATA_SHARE_READY) == 0 && !eventHandler_.expired()) { in OnReceiveEvent()
/foundation/communication/nfc/services/src/tag/
H A Dndef_har_data_parser.cpp205 if (nciTagProxy_.expired()) { in ParseWebLink()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp141 if (g_dhCommToolWPtr_.expired()) { in GetDHCommToolPtr()
142 DHLOGE("DHCommTool Weak ptr expired"); in GetDHCommToolPtr()
/third_party/libdrm/amdgpu/
H A Damdgpu.h1040 * \param expired - \c [out] If fence expired or not.\n
1041 * 0 – if fence is not expired\n
1057 uint32_t *expired);
/third_party/libdrm/tests/amdgpu/
H A Dvce_tests.c202 uint32_t expired; in submit() local
233 0, &expired); in submit()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1607 uint32_t expired; in radv_amdgpu_ctx_wait_idle() local
1609 1000000000ull, 0, &expired); in radv_amdgpu_ctx_wait_idle()
1611 if (ret || !expired) in radv_amdgpu_ctx_wait_idle()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c181 uint32_t expired; in amdgpu_fence_wait() local
229 &expired); in amdgpu_fence_wait()
235 if (expired) { in amdgpu_fence_wait()
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp517 if (it->second.expired()) { in Gc()
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_sesstion.cpp51 if (tagInfo.expired()) { in GetTagInfo()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_stats.py727 if creds and creds.expired and creds.refresh_token:
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory_test.cc280 EXPECT_TRUE(wp.expired()); in TEST()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnfcc_nci_adapter.cpp524 if (cardEmulationListener_.expired()) { in DoNfaDmRfFieldEvt()
/third_party/node/src/
H A Dnode_messaging.cc1333 if (i == groups_.end() || i->second.expired()) { in Get()
1345 if (i != groups_.end() && i->second.expired()) in CheckSiblingGroup()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp302 if (task == nullptr || mainThread == nullptr || isTimeoutWeak.expired()) { in ExecuteSynchronousTask()
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Daudio_sink_test.cpp899 ASSERT_TRUE(!audioSink->syncCenter_.expired()); in HWTEST()
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager.cpp1038 if (callback.expired()) { in RegisterDeviceChangeWithInfoCallback()
1039 AUDIO_ERR_LOG("callback is expired"); in RegisterDeviceChangeWithInfoCallback()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp2358 if (it->expired()) { in CreateTransaction()
/third_party/libabigail/src/
H A Dabg-ir.cc3734 if (priv_->first_self_comparison_corpus_.expired()) in set_self_comparison_debug_input()
3736 else if (priv_->second_self_comparison_corpus_.expired() in set_self_comparison_debug_input()
17064 ABG_ASSERT(priv_->underlying_type_.expired()); in set_underlying_type()
/third_party/sqlite/src/
H A Dsqlite3.c7851 ** then the BLOB handle is marked as "expired".
7855 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
7964 ** ^An attempt to read from an expired [BLOB handle] fails with an
8005 ** ^An attempt to write to an expired [BLOB handle] fails with an
8007 ** before the [BLOB handle] expired are not rolled back by the
8009 ** have been overwritten by the statement that expired the BLOB handle
22872 bft expired:2; /* 1: recompile VM immediately 2: when convenient */ member
[all...]

Completed in 226 milliseconds

12345