Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/common/src/
H A Dinputmethod_sysevent.cpp99 void InputMethodSysEvent::RecordEvent(IMEBehaviour behaviour) in RecordEvent() argument
103 if (behaviour == IMEBehaviour::START_IME) { in RecordEvent()
105 } else if (behaviour == IMEBehaviour::CHANGE_IME) { in RecordEvent()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/
H A Dhisysevent.yaml97 __BASE: {type: BEHAVIOR, level: MINOR, desc: The event is behaviour record }
101 BEHAVIOUR_INFO: {type: STRING, desc: behaviour type and behaviour resulte }
104 __BASE: {type: BEHAVIOR, level: MINOR, desc: The event is behaviour record }
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/
H A DBUILD.gn24 "${pasteboard_service_path}/dfx/src/behaviour",
42 "${pasteboard_service_path}/dfx/src/behaviour/pasteboard_behaviour_reporter_impl.cpp",
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/
H A DBUILD.gn25 "dfx/src/behaviour",
66 "dfx/src/behaviour/pasteboard_behaviour_reporter_impl.cpp",
/ohos5.0/base/inputmethod/imf/common/include/
H A Dinputmethod_sysevent.h53 void RecordEvent(IMEBehaviour behaviour);
/ohos5.0/foundation/distributeddatamgr/pasteboard/
H A DpasteboardEvent.yaml56 __BASE: {type: BEHAVIOR, level: MINOR, desc: The event is behaviour record }
70 __BASE: {type: BEHAVIOR, level: MINOR, desc: The event is behaviour record of access }
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp376 void HiViewAdapter::ReportBehaviour(std::map<std::string, int> &behaviour, const char *pasteboardSt… in ReportBehaviour() argument
378 if (behaviour.empty()) { in ReportBehaviour()
384 for (auto it = behaviour.begin(); it != behaviour.end(); ++it) { in ReportBehaviour()
H A Dhiview_adapter.h83 static void ReportBehaviour(std::map<std::string, int> &behaviour, const char *statePasteboard);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/
H A DBUILD.gn26 "src/behaviour/behaviour_reporter_impl.cpp",
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/
H A DBUILD.gn84 "../src/behaviour/behaviour_reporter_impl.cpp",
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-provide-and-consume.md48 …orated variables; and the other way around. The two-way synchronization behaviour is the same as t…
56 …orated variables; and the other way around. The two-way synchronization behaviour is the same as t…
H A Dtypescript-to-arkts-migration-guide.md1864 … support mapped types. Use other language idioms and regular classes to achieve the same behaviour.
1894 …kTS does not support the `with` statement. Use other language idioms to achieve the same behaviour.
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-c-cpp-secure-coding-guide.md591 …alue assignment. Reading an uninitialized value may result in undefined behaviour. Therefore, ensu…