Home
last modified time | relevance | path

Searched defs:SetCode (Results 1 – 9 of 9) sorted by relevance

/base/notification/ces_standard/frameworks/native/src/
Dasync_common_event_result.cpp37 bool AsyncCommonEventResult::SetCode(const int &code) in SetCode() function in OHOS::EventFwk::AsyncCommonEventResult
Dcommon_event_subscriber.cpp36 bool CommonEventSubscriber::SetCode(const int &code) in SetCode() function in OHOS::EventFwk::CommonEventSubscriber
Dcommon_event_data.cpp41 void CommonEventData::SetCode(const int &code) in SetCode() function in OHOS::EventFwk::CommonEventData
/base/accessibility/services/aams/test/mock/
Dcommon_event_data_mock.cpp34 void CommonEventData::SetCode(const int &code) in SetCode() function in OHOS::EventFwk::CommonEventData
Dcommon_event_subscriber_mock.cpp36 bool CommonEventSubscriber::SetCode(const int &code) in SetCode() function in OHOS::EventFwk::CommonEventSubscriber
/base/accessibility/services/test/mock/
Dcommon_event_data_mock.cpp34 void CommonEventData::SetCode(const int &code) in SetCode() function in OHOS::EventFwk::CommonEventData
Dcommon_event_subscriber_mock.cpp36 bool CommonEventSubscriber::SetCode(const int &code) in SetCode() function in OHOS::EventFwk::CommonEventSubscriber
/base/notification/ces_standard/test/systemtest/common/resource/fuzzTest/fuzzconfig/
Dconfig.json4 "SetCode": [], array
22 "SetCode": [], array
89 "SetCode": [], array
/base/notification/ces_standard/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp958 napi_value SetCode(napi_env env, napi_callback_info info) in SetCode() function