Home
last modified time | relevance | path

Searched defs:isPrint (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dprocess_skeleton_unittest.cpp221 bool isPrint = ProcessSkeleton::IsPrint(1, lastErr, lastErrCnt); variable
/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Dcamera_hal_hisysevent.cpp80 CameraHalPerfSysevent::CameraHalPerfSysevent(PerformanceEventType perfEventType, bool isPrint, cons… in CameraHalPerfSysevent()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp326 bool isPrint = false; in IsPrint() local
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c161 boolean isPrint = g_hiviewConfig.outputOption >= OUTPUT_OPTION_PRINT; in OutputLog() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c60 static int printf_char_buffer(char *buff, int size, bool isPrint) in printf_char_buffer()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c38 static int printf_char_buffer(char *buff, int size, bool isPrint) in printf_char_buffer()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp360 bool isPrint = false; in IsPrintLog() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1637 void BinderInvoker::PrintIdentity(bool isPrint, bool isBefore) in PrintIdentity()