Home
last modified time | relevance | path

Searched refs:behavior (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp108 bool StartableObjectController::StartAll(ControlBehavior behavior) in StartAll() argument
116 bool StartableObjectController::StopAll(ControlBehavior behavior) in StopAll() argument
231 …IterateHierarchy(root, false, [this, behavior](const IObject::Ptr& object) { StartHierarchy(object… in StartHierarchy()
235 …root, false, [this, behavior](const IStartable::Ptr& startable) { StartStartable(startable.get(), in StartHierarchy()
237 StartStartable(interface_cast<IStartable>(root), behavior); in StartHierarchy()
246 if (behavior == ControlBehavior::CONTROL_ALL || mode == StartBehavior::AUTOMATIC) { in StartStartable()
253 void StartableObjectController::StopHierarchy(const IObject::Ptr& root, ControlBehavior behavior) in StopHierarchy() argument
263 StopStartable(interface_cast<IStartable>(root), behavior); in StopHierarchy()
266 …root, true, [this, behavior](const IStartable::Ptr& startable) { StopStartable(startable.get(), be… in StopHierarchy()
268 …IterateHierarchy(root, true, [this, behavior](const IObject::Ptr& object) { StopHierarchy(object, in StopHierarchy()
[all …]
H A Dstartable_object_controller.h54 bool StartAll(ControlBehavior behavior) override;
55 bool StopAll(ControlBehavior behavior) override;
76 void StartHierarchy(const IObject::Ptr& root, ControlBehavior behavior);
77 void StopHierarchy(const IObject::Ptr& root, ControlBehavior behavior);
78 void StartStartable(IStartable* const startable, ControlBehavior behavior);
79 void StopStartable(IStartable* const startable, ControlBehavior behavior);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-default-sleep-behavior-customization.md7behavior is also different, which can be performing no action, powering off the screen, or enterin…
28 …_hihope/tree/master/rk3568) as an example to illustrate default hibernation behavior customization.
32 2. Create a target folder by referring to the [default folder of hibernation behavior configuration…
40 … that contains the custom default hibernation behavior. The following is an example of hibernation…
89 …ices/native/profile/BUILD.gn) file in the default folder of hibernation behavior configuration to …
/ohos5.0/docs/en/contribute/
H A Dcode-of-conduct.md5 To report insults, harassment, or other unacceptable behavior, you can contact the OpenHarmony tech…
13 Examples of behavior that contributes to creating a positive environment include:
26 Examples of unacceptable behavior by participants include:
41 …f acceptable behavior and are expected to take appropriate and fair corrective action in response …
55 Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting t…
/ohos5.0/foundation/communication/netmanager_base/
H A Dhisysevent.yaml26 __BASE: {type: BEHAVIOR, level: MINOR, desc: send supplier behavior event}
45 __BASE: {type: BEHAVIOR, level: MINOR, desc: send request behavior event}
58 __BASE: {type: BEHAVIOR, level: MINOR, desc: send monitor behavior event}
87 __BASE: {type: BEHAVIOR, level: MINOR, desc: send request behavior event}
105 __BASE: {type: BEHAVIOR, level: MINOR, desc: start distributed network behavior event}
114 __BASE: {type: BEHAVIOR, level: MINOR, desc: get remote device info behavior event}
141 …__BASE: {type: BEHAVIOR, level: MINOR, desc: net firewall policy configuration behavior management}
145 __BASE: {type: BEHAVIOR, level: MINOR, desc: net firewall policy query behavior management}
149 …__BASE: {type: BEHAVIOR, level: MINOR, desc: net firewall interception log query behavior manageme…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-blendMode.md11 The API behavior fails to meet the requirements of third-party applications in multiple scenarios.
17 2. The API behavior is changed. Before the change, the API blends the component background with the…
29 The enumerated values and behavior of **blendMode** are changed.
34behavior is changed. Before the change, the API provides two offscreen operations, which are used …
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_init.cpp52 napi_value behavior = nullptr; in InitEventTypeEnum() local
53 napi_create_int32(env, HiSysEvent::BEHAVIOR, &behavior); in InitEventTypeEnum()
58 eventTypeMap["BEHAVIOR"] = behavior; in InitEventTypeEnum()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_startable_controller.h65 virtual bool StartAll(ControlBehavior behavior) = 0;
72 virtual bool StopAll(ControlBehavior behavior) = 0;
/ohos5.0/docs/en/application-dev/application-models/
H A Dcomponent-startup-rules-fa.md4 Component startup refers to the behavior of starting or connecting to an application component.
12 To deliver a better user experience, the system restricts the following behavior:
17 - Background applications wake up each other. This type of behavior occupies system resources and i…
19 …e, redirecting to the payment page of another application. This type of behavior poses security ri…
H A Dcomponent-startup-rules.md4 Component startup refers to the behavior of starting or connecting to an application component.
13 To deliver a better user experience, the system restricts the following behavior:
18 - Background applications wake up each other. This type of behavior occupies system resources and i…
20 …e, redirecting to the payment page of another application. This type of behavior poses security ri…
/ohos5.0/docs/en/design/
H A DAPI-Review-Template.md85 > The API behavior change indicates that the API only has its behavior changed.
86 > The new API behavior must be released in a new version. You should not change the API behavior wi…
H A DOpenHarmony-API-quality.md97 * Rule 27: Consistent inter-device behavior
132 * Rule 52: Consistent behavior after feature expansion
517 * **Rule 27: Consistent inter-device behavior**
519 By default, an API should behavior the same between devices of different types.
525 …ault, every API should provide consistent behavior in different versions. If an API change will ca…
527 Simply speaking, API behavior changes should not affect developed applications.
803 * **Rule 52: Consistent behavior after feature expansion**
807 It is important to keep API behavior consistent. The original behavior should not be damaged by the…
809 If the behavior has to be changed, only the applications using the new version provide the new beha…
815 However, you can change the behavior of an existing API in the following cases:
[all …]
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dinterthread-communication-overview.md5 …n behavior between ArkTS threads is different, such as common JS objects, ArrayBuffer objects, and…
13 …werful functions and easier concurrent programming. The object transfer behavior of TaskPool acros…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-sheet-page.md13 …- In scenarios without secondary confirmation or custom close behavior, avoid using the [shouldDis…
109 …s** API, with which you can handle secondary confirmation or custom close behavior in the callback.
160 DismissSheetAction.dismiss() // Register the dismiss behavior.
166 … the semi-modal will rebound when swiped down, but you can prevent this behavior by not calling **…
173 DismissSheetAction.dismiss() // Register the dismiss behavior.
178 // Do not call SpringBackAction.springBack(), so no rebound behavior occurs.
H A Darkts-traditional-curve.md3 …rve is not based on the real-world behavior. This means that it does not change its shape to respo…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.3/
H A Dchangelogs-uiappearance.md21 …expected behavior such as incorrect parameters, unconfigured permissions, and internal execution e…
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-intro.md4 …ging for applications to log the fault, statistical, security, and user behavior events reported d…
19 …- Behavior event: used to record the daily operation behavior of a user, for example, button click…
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelog-x-x.md3 …ty, also called semantic compatibility, means that the original program behavior should remain con…
13 Describe whether released APIs (JS or native APIs) are affected or API behavior is changed.
/ohos5.0/docs/en/release-notes/template/
H A Dchangelog-x-x.md3 …ty, also called semantic compatibility, means that the original program behavior should remain con…
13 Describe whether released APIs (JS or native APIs) are affected or API behavior is changed.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.9.1/
H A Dchangelog-x-x.md3 …ty, also called semantic compatibility, means that the original program behavior should remain con…
15 Describe whether released APIs (JS or native APIs) are affected or API behavior is changed.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.9.2/
H A Dchangelog-x-x.md3 …ty, also called semantic compatibility, means that the original program behavior should remain con…
15 Describe whether released APIs (JS or native APIs) are affected or API behavior is changed.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.9.3/
H A Dchangelog-x-x.md3 …ty, also called semantic compatibility, means that the original program behavior should remain con…
15 Describe whether released APIs (JS or native APIs) are affected or API behavior is changed.
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp292 auto behavior = Reporter::GetInstance()->BehaviourReporter(); variable
293 EXPECT_NE(nullptr, behavior);
297 auto repStatus = behavior->Report(msg);
/ohos5.0/docs/en/application-dev/media/avsession/
H A Davsession-overview.md3 …ides the audio and video management service, which manages the playback behavior of all audio and …
39 …ccesses AVSession to provide global control on audio and video playback behavior. Typical controll…
43 …An object that controls the playback behavior of the provider. It obtains the playback information…
/ohos5.0/foundation/multimedia/av_session/
H A DREADME.md5 …bles users to use the system's Media Controller to control the playback behavior of third-party me…
31 …olds a session label, and updates the record synchronously based on the behavior of the session si…
40 …h this controller, Media Controller controls the session, thereby controlling application behavior.

12345678910>>...12