/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | operation_queue_test.cpp | 78 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 D | hilog_lite_test.cpp | 93 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F() 115 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F() 137 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::OBJECT_TYPE); in HWTEST_F() 159 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::OBJECT_TYPE); in HWTEST_F() 181 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F() 203 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F() 225 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F() 576 * @tc.desc: Call Push with valid value. 585 ACELite::HilogVector::Push(¶ms, 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 D | vendor_ipp_everywhere.cpp | 58 return opQueue.Push(op); in OnQueryCapability() 70 return opQueue.Push(op); in OnQueryCapabilityByIp() 79 if (opQueue.Push(op)) { in OnQueryProperties()
|
H A D | operation_queue.cpp | 59 bool OperationQueue::Push(std::function<void()> op) in Push() function in OperationQueue
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
H A D | hilog_vector.h | 36 static void Push(HilogVector *vector, const char *element, ValueType type);
|
/base/print/print_fwk/services/print_service/include/ |
H A D | operation_queue.h | 30 bool Push(std::function<void()> op);
|
/base/useriam/face_auth/services_ex/src/ |
H A D | finite_state_machine_impl.cpp | 50 pendingEvents_.Push(event); in Schedule() 143 machine_->pendingEvents_.Push(event); in Schedule()
|
/base/powermgr/display_manager/brightness_manager/include/ |
H A D | light_lux_buffer.h | 35 void Push(const int64_t timestamp, const float data);
|
/base/security/device_security_level/services/sa/standard/ |
H A D | dslm_ipc_process.h | 41 bool Push(uint32_t owner, uint32_t cookie, const sptr<IRemoteObject> &object);
|
H A D | dslm_ipc_process.cpp | 167 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 D | ring_buffer.h | 34 bool Push(uint8_t *buf, uint32_t len);
|
H A D | ring_buffer.cpp | 81 bool RingBuffer::Push(uint8_t *buf, uint32_t len) in Push() function in Updater::RingBuffer
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | ffrt_block_queue.h | 40 void Push(const T &data) in Push() function in OHOS::MiscServices::FFRTBlockQueue
|
H A D | js_panel.cpp | 171 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 D | block_queue.h | 40 void Push(const T &data) in Push() function in OHOS::MiscServices::BlockQueue
|
/base/request/request/frameworks/js/napi/include/ |
H A D | block_queue.h | 38 void Push(const T &data) in Push() function in OHOS::BlockQueue
|
/base/update/updater/test/benchmarktest/ |
H A D | updater_benchmark_test.cpp | 45 ringBuffer->Push(buf, sizeof(buf)); in ProducerTask()
|
/base/useriam/user_auth_framework/services/base/src/ |
H A D | finite_state_machine_impl.cpp | 50 pendingEvents_.Push(event); in Schedule() 141 machine_->pendingEvents_.Push(event); in Schedule()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | block_queue_test.cpp | 82 timeQueue_.Push(time); in TestImfBlockQueue()
|
/base/update/updater/test/unittest/common/ring_buffer/ |
H A D | ring_buffer_unittest.cpp | 45 ringBuffer->Push(buf, sizeof(buf)); in ProducerTask()
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
H A D | hilog_vector.cpp | 70 void HilogVector::Push(HilogVector *vector, const char *element, ValueType type) in Push() function in OHOS::ACELite::HilogVector
|
H A D | hilog_module.cpp | 223 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 D | light_lux_manager.cpp | 59 mLuxBuffer.Push(timestamp, lux);
in UpdateLuxBuffer() 80 mLuxBufferFilter.Push(timestamp, smoothLux);
in IsUpdateLuxSuccess()
|
H A D | light_lux_buffer.cpp | 119 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 D | binding.rs | 149 Push,
|