Home
last modified time | relevance | path

Searched refs:Push (Results 1 - 25 of 31) sorted by relevance

12

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Doperation_queue_test.cpp78 EXPECT_EQ(operationQueue.Push(op), false); in HWTEST_F()
82 EXPECT_EQ(operationQueue.Push(op), true); in HWTEST_F()
83 operationQueue.Push(op); in HWTEST_F()
84 operationQueue.Push(op); in HWTEST_F()
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp93 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
115 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F()
137 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::OBJECT_TYPE); in HWTEST_F()
159 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::OBJECT_TYPE); in HWTEST_F()
181 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F()
203 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
225 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
576 * @tc.desc: Call Push with valid value.
585 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
592 * @tc.desc: Call Push wit
[all...]
/base/print/print_fwk/services/print_service/src/
H A Dvendor_ipp_everywhere.cpp58 return opQueue.Push(op); in OnQueryCapability()
70 return opQueue.Push(op); in OnQueryCapabilityByIp()
79 if (opQueue.Push(op)) { in OnQueryProperties()
H A Doperation_queue.cpp59 bool OperationQueue::Push(std::function<void()> op) in Push() function in OperationQueue
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_vector.h36 static void Push(HilogVector *vector, const char *element, ValueType type);
/base/print/print_fwk/services/print_service/include/
H A Doperation_queue.h30 bool Push(std::function<void()> op);
/base/useriam/face_auth/services_ex/src/
H A Dfinite_state_machine_impl.cpp50 pendingEvents_.Push(event); in Schedule()
143 machine_->pendingEvents_.Push(event); in Schedule()
/base/powermgr/display_manager/brightness_manager/include/
H A Dlight_lux_buffer.h35 void Push(const int64_t timestamp, const float data);
/base/security/device_security_level/services/sa/standard/
H A Ddslm_ipc_process.h41 bool Push(uint32_t owner, uint32_t cookie, const sptr<IRemoteObject> &object);
H A Ddslm_ipc_process.cpp167 Singleton<RemoteHolder>::GetInstance().Push(owner, cookie, callback); in DslmProcessGetDeviceSecurityLevel()
185 bool DslmIpcProcess::RemoteHolder::Push(uint32_t owner, uint32_t cookie, const sptr<IRemoteObject> &object) in Push() function in OHOS::Security::DeviceSecurityLevel::DslmIpcProcess::RemoteHolder
/base/update/updater/services/common/ring_buffer/
H A Dring_buffer.h34 bool Push(uint8_t *buf, uint32_t len);
H A Dring_buffer.cpp81 bool RingBuffer::Push(uint8_t *buf, uint32_t len) in Push() function in Updater::RingBuffer
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Dffrt_block_queue.h40 void Push(const T &data) in Push() function in OHOS::MiscServices::FFRTBlockQueue
H A Djs_panel.cpp171 jsQueue_.Push(ctxt->info); in Resize()
216 jsQueue_.Push(ctxt->info); in MoveTo()
313 jsQueue_.Push(eventInfo); in ChangeFlag()
449 jsQueue_.Push(ctxt->info); in AdjustPanelRect()
/base/inputmethod/imf/common/include/
H A Dblock_queue.h40 void Push(const T &data) in Push() function in OHOS::MiscServices::BlockQueue
/base/request/request/frameworks/js/napi/include/
H A Dblock_queue.h38 void Push(const T &data) in Push() function in OHOS::BlockQueue
/base/update/updater/test/benchmarktest/
H A Dupdater_benchmark_test.cpp45 ringBuffer->Push(buf, sizeof(buf)); in ProducerTask()
/base/useriam/user_auth_framework/services/base/src/
H A Dfinite_state_machine_impl.cpp50 pendingEvents_.Push(event); in Schedule()
141 machine_->pendingEvents_.Push(event); in Schedule()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dblock_queue_test.cpp82 timeQueue_.Push(time); in TestImfBlockQueue()
/base/update/updater/test/unittest/common/ring_buffer/
H A Dring_buffer_unittest.cpp45 ringBuffer->Push(buf, sizeof(buf)); in ProducerTask()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_vector.cpp70 void HilogVector::Push(HilogVector *vector, const char *element, ValueType type) in Push() function in OHOS::ACELite::HilogVector
H A Dhilog_module.cpp223 HilogVector::Push(params, value, INT_TYPE); in ParseNapiValue()
227 HilogVector::Push(params, value, STRING_TYPE); in ParseNapiValue()
231 HilogVector::Push(params, value, OBJECT_TYPE); in ParseNapiValue()
/base/powermgr/display_manager/brightness_manager/src/
H A Dlight_lux_manager.cpp59 mLuxBuffer.Push(timestamp, lux); in UpdateLuxBuffer()
80 mLuxBufferFilter.Push(timestamp, smoothLux); in IsUpdateLuxSuccess()
H A Dlight_lux_buffer.cpp119 void LightLuxBuffer::Push(const int64_t timestamp, const float data) in Push() function in OHOS::DisplayPowerMgr::LightLuxBuffer
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Dbinding.rs149 Push,

Completed in 11 milliseconds

12