Searched refs:behaviour (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | inputmethod_sysevent.cpp | 99 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 D | hisysevent.yaml | 97 __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 D | BUILD.gn | 24 "${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 D | BUILD.gn | 25 "dfx/src/behaviour", 66 "dfx/src/behaviour/pasteboard_behaviour_reporter_impl.cpp",
|
/ohos5.0/base/inputmethod/imf/common/include/ |
H A D | inputmethod_sysevent.h | 53 void RecordEvent(IMEBehaviour behaviour);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/ |
H A D | pasteboardEvent.yaml | 56 __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 D | hiview_adapter.cpp | 376 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 D | hiview_adapter.h | 83 static void ReportBehaviour(std::map<std::string, int> &behaviour, const char *statePasteboard);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/ |
H A D | BUILD.gn | 26 "src/behaviour/behaviour_reporter_impl.cpp",
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/ |
H A D | BUILD.gn | 84 "../src/behaviour/behaviour_reporter_impl.cpp",
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-provide-and-consume.md | 48 …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 D | typescript-to-arkts-migration-guide.md | 1864 … 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 D | OpenHarmony-c-cpp-secure-coding-guide.md | 591 …alue assignment. Reading an uninitialized value may result in undefined behaviour. Therefore, ensu…
|