Home
last modified time | relevance | path

Searched refs:KEY_EVENT_TYPE (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_click_event_parcel.cpp68 } else if (this->clickInfoParams_.type == ClickEventType::KEY_EVENT_TYPE) { in Marshalling()
139 } else if (clickInfo.type == ClickEventType::KEY_EVENT_TYPE) { in Unmarshalling()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h34 KEY_EVENT_TYPE enumerator
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_info.h125 KEY_EVENT_TYPE enumerator
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/service/reportsecuritycomponentclickeventstub_fuzzer/
H A Dreportsecuritycomponentclickeventstub_fuzzer.cpp53 } else if (clickEvent.type == ClickEventType::KEY_EVENT_TYPE) { in ConstructClickEvent()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_stub_test.cpp134 clickParcel->clickInfoParams_.type = ClickEventType::KEY_EVENT_TYPE;
H A Dsec_comp_entity_test.cpp193 clickInfo.type = ClickEventType::KEY_EVENT_TYPE;
H A Dsec_comp_stub_mock_test.cpp206 clickParcel->clickInfoParams_.type = ClickEventType::KEY_EVENT_TYPE;
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h121 constexpr const char *KEY_EVENT_TYPE = "eventType"; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_entity.cpp115 } else if (clickInfo.type == ClickEventType::KEY_EVENT_TYPE) { in CheckClickInfo()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp58 …std::map<std::string, JsonTypeCheckFunc>::value_type(KEY_EVENT_TYPE, &DistributedHardware::IsInt32…
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp497 cJSON_AddNumberToObject(jEvent, KEY_EVENT_TYPE, static_cast<int32_t>(type)); in NotifySourceDev()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp1009 secEvent.type = ClickEventType::KEY_EVENT_TYPE; in ReportSecurityComponentClickEvent()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp1300 cJSON_AddNumberToObject(jParam, KEY_EVENT_TYPE, static_cast<int32_t>(type)); in NotifySinkDev()