Home
last modified time | relevance | path

Searched refs:isPrint (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/model/include/
H A Ddevice_info.h32 nlohmann::ordered_json ToJson(bool isPrint) in ToJson()
35 json["udid"] = isPrint ? AnonymousUtils::AnonymousString(udid) : udid; in ToJson()
36 json["deviceId"] = isPrint ? AnonymousUtils::AnonymousString(deviceId) : deviceId; in ToJson()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp326 bool isPrint = false; in IsPrint() local
332 isPrint = true; in IsPrint()
335 isPrint = true; in IsPrint()
339 return isPrint; in IsPrint()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dprocess_skeleton_unittest.cpp221 bool isPrint = ProcessSkeleton::IsPrint(1, lastErr, lastErrCnt); variable
222 EXPECT_EQ(isPrint, true);
/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() argument
81 : perfEventType_(perfEventType), isPrint_(isPrint), funcName_(name) in CameraHalPerfSysevent()
H A Dcamera_hal_hisysevent.h65 CameraHalPerfSysevent(PerformanceEventType perfEventType, bool isPrint, const char *name);
/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
162 if (opt == OUTPUT_OPTION_DEBUG || isPrint || isDisableCache) { in OutputLog()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h237 void PrintIdentity(bool isPrint, bool isBefore);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp360 bool isPrint = false; in IsPrintLog() local
363 isPrint = true; in IsPrintLog()
366 isPrint = true; in IsPrintLog()
370 return isPrint; in IsPrintLog()
/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() argument
62 if (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() argument
40 if (isPrint) { in printf_char_buffer()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1637 void BinderInvoker::PrintIdentity(bool isPrint, bool isBefore) in PrintIdentity() argument
1639 if (!isPrint) { in PrintIdentity()