/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/ |
H A D | common_event_branch_test.cpp | 81 CommonEvent commonEvent; variable 95 CommonEvent commonEvent; variable 108 CommonEvent commonEvent; variable 121 CommonEvent commonEvent; variable 134 CommonEvent commonEvent; variable 159 CommonEvent commonEvent; variable 175 CommonEvent commonEvent; variable 191 CommonEvent commonEvent; variable 205 CommonEvent commonEvent; variable 220 CommonEvent commonEvent; variable [all …]
|
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/ |
H A D | common_event_test.cpp | 88 CommonEvent commonEvent; variable 120 CommonEvent commonEvent; variable 134 CommonEvent commonEvent; variable 148 CommonEvent commonEvent; variable 174 CommonEvent commonEvent; variable 188 CommonEvent commonEvent; variable 500 CommonEvent commonEvent; variable 512 CommonEvent commonEvent; variable
|
H A D | common_event_stub_test.cpp | 318 CommonEvent commonEvent; variable 341 CommonEvent commonEvent; variable 363 CommonEvent commonEvent; variable 388 CommonEvent commonEvent; variable 410 CommonEvent commonEvent; variable 434 CommonEvent commonEvent; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | common_event_info.cpp | 101 void to_json(nlohmann::json &jsonObject, const CommonEventInfo &commonEvent) in to_json() 114 void from_json(const nlohmann::json &jsonObject, CommonEventInfo &commonEvent) in from_json()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/adapters/src/ |
H A D | common_event_adapter_test.cpp | 59 CommonEventAdapter commonEvent; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 554 auto onSubmit = [](int32_t textFieldKey, NG::TextFieldCommonEvent& commonEvent) { in __anon1e91fb870a02() 577 auto onSubmit = [](int32_t textFieldKey, NG::TextFieldCommonEvent& commonEvent) { in __anon1e91fb870c02() 600 auto onSubmit = [](int32_t textFieldKey, NG::TextFieldCommonEvent& commonEvent) { in __anon1e91fb870e02()
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/ |
H A D | commonevent_fuzzer.cpp | 45 EventFwk::CommonEvent commonEvent; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/os_account/ |
H A D | os_account_interface.cpp | 87 … const OsAccountInfo &osAccountInfo, const std::string &commonEvent, const std::string &operation) in PublishCommonEvent()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/ |
H A D | json_serializer_test.cpp | 379 CommonEventInfo commonEvent; in BenchmarkTestForCommonEventInfoToJson() local 408 CommonEventInfo commonEvent; in BenchmarkTestForCommonEventInfoFromJson() local
|
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_test.cpp | 1004 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED; variable 1026 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED; variable 1105 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED; variable
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_interface.cpp | 275 … const OsAccountInfo &osAccountInfo, const std::string &commonEvent, const std::string &operation) in PublishCommonEvent()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | state_machine.cpp | 254 [&context, this] (const std::string &commonEvent) { in EnableCooperate() 568 void StateMachine::OnCommonEvent(Context &context, const std::string &commonEvent) in OnCommonEvent()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | state_machine.cpp | 254 [&context, this] (const std::string &commonEvent) { in EnableCooperate() 578 void StateMachine::OnCommonEvent(Context &context, const std::string &commonEvent) in OnCommonEvent()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 2782 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; variable 2798 std::string commonEvent = "-1"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 1574 void from_json(const nlohmann::json &jsonObject, CommonEvent &commonEvent) in from_json() 2502 CommonEventInfo commonEvent; in ToInnerBundleInfo() local
|
H A D | inner_bundle_info.cpp | 2786 for (const auto &commonEvent : commonEvents_) { in GetCommonEvents() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 1254 const std::string& title, NG::TextFieldCommonEvent& commonEvent) { in __anonc0046c010702()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_area_modifier.cpp | 1782 auto onPaste = [node, extraParam](const std::string& str, NG::TextCommonEvent& commonEvent) { in SetOnTextAreaPaste() 1879 auto onEvent = [node, extraParam](int32_t value, NG::TextFieldCommonEvent& commonEvent) { in SetTextAreaOnSubmit()
|
H A D | search_modifier.cpp | 923 auto onEvent = [extraParam](const std::string& text, NG::TextFieldCommonEvent& commonEvent) { in SetOnSearchSubmit()
|
H A D | node_text_input_modifier.cpp | 1951 auto onEvent = [node, extraParam](int32_t value, NG::TextFieldCommonEvent& commonEvent) { in SetTextInputOnSubmit() 1981 auto onPaste = [node, extraParam](const std::string& str, NG::TextCommonEvent& commonEvent) { in SetOnTextInputPaste()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 338 for (const auto &commonEvent : commonEvents) { in AddModuleCommonEvent() local
|