/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | README.md | 12 |--procedure(0) 13 |--procedure(1) 18 |--procedure(0) 19 |--procedure(1) 26 |--procedure(0) 27 |--procedure(1) 32 |--procedure(0) 33 |--procedure(1) 41 |--procedure(0) 42 |--procedure(1) [all …]
|
H A D | procedure_step.py | 27 procedure = '' variable in ProcedureStep 37 … self.procedure = get_value_as_str(input_str, get_sample_key(event_procedure_keyword, 'procedure'), 48 if self.procedure is None or self.timestamp is None: 54 result_str = self.procedure 62 result_str = ' procedure: ' + self.procedure
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/resources/dumpfile/ |
H A D | input.txt | 56 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchDown, timestamp: 2017-08-25… 57 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchUp, timestamp: 2017-08-25 1… 60 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchDown, timestamp: 2017-08-25… 61 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchUp, timestamp: 2017-08-25 1… 64 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchDown, timestamp: 2017-08-25… 65 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchUp, timestamp: 2017-08-25 1… 123 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchDown, timestamp: 2017-08-25… 124 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchUp, timestamp: 2017-08-25 1… 169 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchUp, timestamp: 2017-08-25 1… 214 xxx)-(10000:10000:scope)] EventTreeDumpInfo: procedure: HandleTouchUp, timestamp: 2017-08-25 1… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_dump_test_ng.cpp | 290 std::string procedure = "HandleTouchDown"; variable 294 … eventTreeRecord->AddGestureProcedure(finger, procedure, "", state, disposal, DEFAULT_TIME_STAMP); 327 std::string procedure = "HandleTouchMove"; variable 330 … eventTreeRecord->AddGestureProcedure(finger, procedure, "", state, disposal, DEFAULT_TIME_STAMP);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_dump.cpp | 252 void EventTreeRecord::AddGestureProcedure(uint64_t id, const std::string& procedure, const std::str… in AddGestureProcedure() argument 267 iter->second->AddProcedure(procedure, extraInfo, state, disposal, timestamp); in AddGestureProcedure() 286 … std::string procedure = std::string("Handle").append(GestureSnapshot::TransTouchType(point.type)); in AddGestureProcedure() local 287 iter->second->AddProcedure(procedure, extraInfo, state, disposal, timestamp); in AddGestureProcedure()
|
H A D | event_dump.h | 96 … void AddGestureProcedure(uint64_t id, const std::string& procedure, const std::string& extraInfo,
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | serviceability-switch.md | 9 The procedure for switching a ServiceAbility for a system application is similar to the procedure o…
|
H A D | dataability-switch.md | 12 The procedure for switching a DataAbility for a system application is similar to the procedure of P…
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-thirdparty-makefile.md | 81 The test procedure for the yxml library is similar to that for the double-conversion library. For d… 146 …procedure for adding the yxml library is almost the same as that for adding the double-conversion …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 682 std::string procedure; member 688 … StateRecord(const std::string& procedure, const std::string& extraInfo, const std::string& state, in StateRecord() 689 … const std::string& disposal, int64_t timestamp) : procedure(procedure), extraInfo(extraInfo), in StateRecord() 696 oss << "procedure: " << procedure; in Dump() 710 void AddProcedure(const std::string& procedure, const std::string& extraInfo, in AddProcedure() 716 stateHistory.emplace_back(StateRecord(procedure, extraInfo, state, disposal, timestamp)); in AddProcedure()
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-character-processing.md | 14 …i18n.md#isdigit9) to check whether a character is a digit. The development procedure is as follows: 55 …s-i18n.md#transform9) API of the **Transliterator** class. The development procedure is as follows: 106 …apis-i18n.md#normalize10) API of the **Normalizer** class. The development procedure is as follows: 136 …is-localization-kit/js-apis-i18n.md#breakiterator8) class. The development procedure is as follows:
|
/ohos5.0/drivers/interface/distributed_camera/v1_0/ |
H A D | IDCameraProvider.idl | 64 * @brief Acquire a frame buffer from the procedure handle which attached to the streamId. 68 …* @param streamId [in] Indicates the ID of the stream to which the procedure handle is to be attac…
|
/ohos5.0/drivers/interface/distributed_camera/v1_1/ |
H A D | IDCameraProvider.idl | 64 * @brief Acquire a frame buffer from the procedure handle which attached to the streamId. 68 …* @param streamId [in] Indicates the ID of the stream to which the procedure handle is to be attac…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_camera_v1_0/foo/distributed_camera/v1_0/ |
H A D | IDCameraProvider.idl | 64 * @brief Acquire a frame buffer from the procedure handle which attached to the streamId. 68 …* @param streamId [in] Indicates the ID of the stream to which the procedure handle is to be attac…
|
/ohos5.0/docs/en/contribute/template/ |
H A D | errorcodes-template.md | 15 … the symptom and possible causes.<br>**Instructions**<br>1. Provide the procedure step by step. Ea… 55 > 1. Provide the procedure step by step. Each step should correspond to a possible cause. You can u…
|
H A D | guide-template.md | 214 - _Describe operations that are prone to errors in the procedure, but not in this section._ 286 _Describe the procedure for setting up the development environment. If there is a large amount of c… 309 …lly. You can also provide the criteria along with the environment setup procedure, as provided in … 335 …> a subtask scenario -> task logic ("Development Process") -> operation procedure ("How to Develop… 394 …s type of information in a style different from that of the body prior to the operation procedure.* 434 … an independent commissioning and verification operation. The operation procedure is the same as t…
|
/ohos5.0/docs/en/application-dev/basic-services/common-event/ |
H A D | common-event-unsubscription.md | 28 2. Subscribe to an event by following the procedure described in [Subscribing to Common Events in D…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-watch.md | 139 The procedure is as follows: 213 The procedure is as follows: 287 The procedure is as follows: 340 The procedure is as follows:
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | formkit-overview.md | 16 Below is the typical procedure of using a widget: 18 **Figure 2** Typical procedure of using a widget
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | app-startup.md | 13 
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | notification-cancel.md | 19 The following describes how to cancel a text notification. This procedure is applicable for canceli…
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-start-user.md | 34 Use **OsUserInitProcess** to start the **init** process. The procedure is as follows:
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-install-tool.md | 57 > When downloading source code under the OpenHarmony_v1.x branches or tags, perform the procedure d…
|
/ohos5.0/docs/en/readme/ |
H A D | dsoftbus.md | 13 - Remote procedure call (RPC): communications between processes on a device or across devices.
|
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/ |
H A D | asset-scenario2.md | 25 …For details about the development procedure, see [Querying Assets](asset-js-query.md). For details…
|