Home
last modified time | relevance | path

Searched refs:logic (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Davcodec-kit-intro.md44 ![](figures/avcodec-vcodec-logic.png)
56 ![](figures/avcodec-acodec-logic.png)
68 ![](figures/avcodec-muxer-demuxer-logic.png)
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp89 const std::string& logic) in SpliceConditionByLogic() argument
91 if (logic == LOGIC_AND_COND) { in SpliceConditionByLogic()
96 bool ConditionParser::ParseLogicCondition(const Json::Value& root, const std::string& logic, in ParseLogicCondition() argument
99 if (!root.isMember(logic) || !root[logic].isArray()) { in ParseLogicCondition()
105 for (size_t i = 0; i < root[logic].size(); ++i) { in ParseLogicCondition()
106 auto cond = root[logic][static_cast<int>(i)]; in ParseLogicCondition()
121 … SpliceConditionByLogic(subCondition, EventStore::Cond(param, GetOpEnum(op), value), logic); in ParseLogicCondition()
124 … SpliceConditionByLogic(subCondition, EventStore::Cond(param, GetOpEnum(op), value), logic); in ParseLogicCondition()
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hitracechain.md98 // End the call chain trace after the service logic is executed for several times.
121 // End the call chain trace after the service logic is executed for several times.
144 // After the service logic is executed for several times, obtain the current trace ID.
148 // Processing logic for exceptions.
150 // End the call chain trace after the service logic is executed for several times.
192 // End the call chain trace after the service logic is executed for several times.
215 // Create a trace span after the service logic is executed for several times.
219 // Processing logic for exceptions.
247 // Trigger the trace point after the service logic is executed for several times.
316 // Processing logic for the scenario where the INCLUDE_ASYNC trace flag has been set.
[all …]
/ohos5.0/docs/en/application-dev/accessibility/
H A Daccessibilityextensionability.md17 …* file in the folder. You can implement some callbacks in the file to add service processing logic.
26 // Initialize the service logic.
32 // Reclaim resources and exit the service logic.
38 // Process the service logic based on the event information.
54 Create the **AccessibilityManager.ets** file for storing the service logic code.
183 You can process the service logic for accessibility events through the **onAccessibilityEvent()** A…
190 // TODO: Develop custom logic.
200 After developing the custom logic for an accessibility extension service, you must add the configur…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dsync-task-development.md20 1. Define concurrent functions to implement service logic.
33 // Step 1: Define a concurrent function to implement the service logic.
36 // Implement the corresponding function based on the service logic.
121 2. Bind the **Worker** object in the worker thread and process the synchronous task logic.
146 // onmessage() logic of the worker thread.
H A Dresident-task-overview.md3 …mall number of concurrent tasks, use **Worker** to run the time-consuming logic in the background …
11 | Game platform scenario| Enables the child thread as the main logic thread of the game service. Th…
H A Dmulti-thread-concurrency-overview.md32 // The pseudocode is used only as a logic example to help developers understand the differences bet…
106 // Add consumption logic.
138 // Add production logic.
145 // Add consumption logic.
/ohos5.0/docs/en/application-dev/ui/
H A Djs-framework-js-file.md6 You can customize the [lifecycle](../ui/js-framework-lifecycle.md) implementation logic on an appli…
46 // test.js Customize the logic code.
H A Djs-framework-lifecycle.md26 …esses the return logic.<br/>- false means that the default return logic is used.<br/>- If no value…
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Davcodec-kit-intro.md42 The following figure shows the video encoding and decoding logic.
44 ![](figures/avcodec-vcodec-logic.png)
54 The following figure shows the audio encoding and decoding logic.
56 ![](figures/avcodec-acodec-logic.png)
66 The following figure shows the file muxing and demuxing logic.
68 ![](figures/avcodec-muxer-demuxer-logic.png)
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.3/
H A Dchangelogs-usb.md5 … to change the name of the imported bundle. Otherwise, the original service logic will be affected.
19 …ons, you need to modify the parameter type. Otherwise, the original service logic will be affected.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-device-usb.md5 The USB manager API uses service logic return values to indicate the error information, which does …
9 …method for returning API error information. Otherwise, the original service logic will be affected.
H A Dchangelogs-power.md5 The following APIs used service logic return values to indicate error information, which did not co…
19 …method for returning API error information. Otherwise, the original service logic will be affected.
55 …method for returning API error information. Otherwise, the original service logic will be affected.
/ohos5.0/docs/en/application-dev/database/
H A Dpreferences-guidelines.md82 // Service logic.
88 // Service logic.
95 // Service logic.
167 // Service logic.
173 // Service logic.
180 // Service logic.
/ohos5.0/base/update/update_app/
H A DREADME.md34 …sing JavaScript, and the service logic is implemented by using C++. The JavaScript app interacts w…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-layout-development-media-query.md54 语法规则包括[媒体类型(media-type)](#媒体类型media-type)、[媒体逻辑操作(media-logic-operations)](#媒体逻辑操作media-logic-opera…
58 [media-type] [media-logic-operations] [(media-feature)]
82 ### 媒体逻辑操作(media-logic-operations)
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.22/
H A Dchangelogs-multimedia.md17 For details about the decoder parameter verification logic, see [OH_VideoDecoder_Configure()](../..…
19 For details about the encoder parameter verification logic, see [OH_VideoEncoder_Configure()](../..…
48 …ng parameters, causing effect-related issues. Parameter type verification logic should be added to…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.3/
H A Dchangelogs-useriam.md5 Certain APIs of user IAM use service logic return values to indicate error information, which does …
11 …nge in the way for APIs to return the error information. Otherwise, service logic will be affected.
62 The service logic for checking whether an application is a system application is added for the **se…
70 The service logic for checking whether an application is a system application is added for the **se…
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Derrorcode-nfc.md35 An error occurs when the NFC service executes the tag service logic.
107 An error occurs when the NFC service executes the card emulation service logic.
125 An error occurs when the service logic of the active NFC tag is executed.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-account_os_account.md63 …plications developed based on earlier versions, you need to change the error code processing logic.
98 Modify the error code processing logic based on the new error codes.
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging.md270 ... // Other service logic
272 ... // Other service logic
293 ... // Other service logic
303 ... // Other service logic
321 ... // Other service logic
339 ... // Other service logic
350 ... // Other service logic
352 ... // Other service logic
/ohos5.0/docs/en/application-dev/reference/apis-ads-kit/
H A Djs-apis-adsserviceextensionability-sys.md4 …onAbilities for the ads service. Device vendors can implement the service logic of requesting one …
24 …o load an ad. The device vendor needs to implement the ad request service logic in this API and se…
78 …multiple ads. The device vendor needs to implement the ad request service logic in this API and se…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-trans-user-mutex.md6logic to form a user-mode lock. It is a lock working in both user mode and kernel mode, for exampl…
39 > The futex system call and user-mode logic form a user-mode lock. Therefore, you are advised to us…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/
H A Dchangelog-web.md42 …d based on earlier versions can still use the API. With the corresponding logic handling added, th…
65 …d based on earlier versions can still use the API. With the corresponding logic handling added, th…
/ohos5.0/build/config/linux/
H A DBUILD.gn12 # is applied to all targets. It is here to separate out the logic that is
18 # config that is applied to all targets. It is here to separate out the logic

12345678910>>...17