Searched refs:HISYSEVENT_BOOL (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_dfx.cpp | 141 { .name = "EDITABLE", .t = HISYSEVENT_BOOL, .v = { .b = options.editable } }, in ReportDecodeInfo() 161 … { .name = "INCREMENTAL_DECODE", .t = HISYSEVENT_BOOL, .v = { .b = options.isIncrementalDecode } }, in ReportDecodeInfo() 162 { .name = "HARD_DECODE", .t = HISYSEVENT_BOOL, .v = { .b = options.isHardDecode } }, in ReportDecodeInfo()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | hisysevent_c.h | 33 HISYSEVENT_BOOL = 1, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/ |
H A D | softbus_adapter_hisysevent.cpp | 68 dstParam->t = HISYSEVENT_BOOL; in ConvertEventParam()
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_c_test.cpp | 51 .t = HISYSEVENT_BOOL, 57 .t = HISYSEVENT_BOOL,
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | hiview_adapter.cpp | 530 … {.name = {"ISLOCALPASTE"}, .t = HISYSEVENT_BOOL, .v = { .b = isLocalPaste}, .arraySize = 0, }, in ReportUseBehaviour() 531 {.name = {"ISREMOTE"}, .t = HISYSEVENT_BOOL, .v = { .b = isRemote}, .arraySize = 0, }, in ReportUseBehaviour()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-logging.md | 83 | HISYSEVENT_BOOL | bool类型事件参数。 |
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-logging.md | 83 | HISYSEVENT_BOOL | Event parameter of the bool type. |
|