Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
H A Dupdateactivemachine_fuzzer.cpp43 sptr<Active> active = in UpdateActiveMachineFuzz() local
45 if (active == nullptr) { in UpdateActiveMachineFuzz()
57 active->ProcessConnectDone(event); in UpdateActiveMachineFuzz()
58 active->ProcessDisconnectDone(event); in UpdateActiveMachineFuzz()
59 active->ProcessLostConnection(event); in UpdateActiveMachineFuzz()
60 active->ProcessLinkCapabilityChanged(event); in UpdateActiveMachineFuzz()
61 active->ProcessDataConnectionRoamOn(event); in UpdateActiveMachineFuzz()
62 active->ProcessDataConnectionRoamOff(event); in UpdateActiveMachineFuzz()
64 active->ProcessDataConnectionComplete(event); in UpdateActiveMachineFuzz()
65 active->RefreshTcpBufferSizes(); in UpdateActiveMachineFuzz()
[all …]
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp425 active->stateMachine_ = cellularMachine;
427 active->StateBegin();
428 EXPECT_EQ(active->isActive_, true);
444 active->stateMachine_ = cellularMachine;
463 active->stateMachine_ = cellularMachine;
482 active->stateMachine_ = cellularMachine;
502 active->stateMachine_ = cellularMachine;
521 active->stateMachine_ = cellularMachine;
541 active->stateMachine_ = cellularMachine;
561 active->stateMachine_ = cellularMachine;
[all …]
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_main_statemachine_test.cpp84 MessageIfaceActive active; variable
85 instance_->MainSmEventHandle(i, active);
86 nullParamInstance_->MainSmEventHandle(i, active);
89 std::string active; variable
90 instance_->MainSmEventHandle(i, active);
91 nullParamInstance_->MainSmEventHandle(i, active);
100 MessageIfaceActive active; variable
101 instance_->MainSmEventHandle(eventId, active);
102 nullParamInstance_->MainSmEventHandle(eventId, active);
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-connectedTag.md3 …odule provides APIs for using active tags. You can use the APIs to initialize the active tag chip …
19 Initializes the active tag chip.
38 Initializes the active tag chip.
57 Uninitializes the active tag resources.
73 Uninitializes the active tag resources.
92 Reads the content of this active tag. This API uses a promise to return the result.
102 | Promise&lt;string&gt; | Promise used to return the content of the active tag. |
121 Reads the content of this active tag. This API uses a promise to return the result.
131 | Promise&lt;number[]&gt; | Promise used to return the content of the active tag. |
228 Writes data to this active tag. This API uses a promise to return the result.
[all …]
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-pmm.md47 active anon 0
49 active file 1385
66 | active&nbsp;anon | Number of active anonymous pages in the page cache.|
68 | active&nbsp;file | Number of active file pages in the page cache.|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_executor_factory.h34 … WifiDirectScheduler &scheduler, std::shared_ptr<WifiDirectProcessor> &processor, bool active)>;
37 std::shared_ptr<WifiDirectProcessor> &processor, bool active) in NewExecutor() argument
40 std::make_shared<WifiDirectExecutor>(remoteDeviceId, scheduler, processor, active) : in NewExecutor()
41 executorGenerator_(remoteDeviceId, scheduler, processor, active); in NewExecutor()
H A Dwifi_direct_executor.cpp30 std::shared_ptr<WifiDirectProcessor> &processor, bool active) in WifiDirectExecutor() argument
31 …: remoteDeviceId_(remoteDeviceId), scheduler_(scheduler), processor_(processor), active_(active), … in WifiDirectExecutor()
98 void WifiDirectExecutor::SetActive(bool active) in SetActive() argument
100 active_ = active; in SetActive()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_pattern_test_ng.cpp40 std::optional<bool> active = std::nullopt; member
56 navigator.SetActive(testProperty.active.value()); in CreateNavigator()
79 testProperty.active = std::make_optional(false);
109 testProperty.active = std::make_optional(false);
142 testProperty.active = std::make_optional(false);
172 testProperty.active = std::make_optional(false);
228 testProperty.active = std::make_optional(false);
267 testProperty.active = std::make_optional(true);
289 testProperty.active = std::make_optional(false);
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-pmm.md47 active anon 0
49 active file 1385
66 | active&nbsp;anon | pagecache中,活跃的匿名页数量 |
68 | active&nbsp;file | pagecache中,活跃的文件页数量 |
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c36 if (!self->active) { in Apply()
89 … struct ConnSlideWindowController *self, bool active, int32_t windowInMillis, int32_t quotaInBytes) in ChangeConfiguration() argument
92 if (active) { in ChangeConfiguration()
104 self->active = active; in ChangeConfiguration()
127 self->active = false; in ConnSlideWindowControllerConstructor()
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_touchscreen.cpp87 if (!slots_[s].active) { in SendTouchEvent()
105 …hDown = std::none_of(slots_.cbegin(), slots_.cend(), [](const auto &slot) { return slot.active; }); in DownButton()
112 slots_[slot].active = true; in DownButton()
136 if (!slots_[slot].active) { in UpButton()
140 slots_[slot].active = false; in UpButton()
147 …uchUp = std::none_of(slots_.cbegin(), slots_.cend(), [](const auto &slot) { return slot.active; }); in UpButton()
167 if (!slots_[slot].active) { in Move()
208 if (!slots_[slot].active) { in MoveTo()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-navigator.md46 ### active subsection
48 active(value: boolean)
116 @State active: boolean = false
128 }.active(this.active)
130 this.active = true
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_setup_data_call_result_info_v10.md24 | int [active](#active) | 是否激活成功,0表示激活失败,1表示激活成功 |
40 ### active subsection
43 int SetupDataCallResultInfo::active
H A D_setup_data_call_result_info_v11.md24 | int [active](#active) | 是否激活成功,0表示激活失败,1表示激活成功 |
40 ### active subsection
43 int SetupDataCallResultInfo::active
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_lifecycle_test.cpp66 bool active = false; variable
68 WSError res = sessionStage_->SetActive(active);
70 active = true;
72 res = sessionStage_->SetActive(active);
/ohos5.0/docs/en/application-dev/network/
H A Dnet-ethernet.md34 | on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }\>): void …
35 | off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }\>): voi…
41 3. Call **getAllActiveIfaces** to obtain the list of all active network ports, for example, **eth0*…
42 4. Call **isIfaceActive** in user mode to check whether the **eth0** port is active.
50 // Call getAllActiveIfaces to obtain the list of all active network ports.
60 // Call isIfaceActive to check whether the specified network port is active.
86 3. Call **getAllActiveIfaces** in user mode to obtain the list of all active network ports, for exa…
87 4. Call **isIfaceActive** in user mode to check whether the **eth0** port is active.
96 // Call getAllActiveIfaces to obtain the list of all active network ports.
106 // Call isIfaceActive to check whether the specified network port is active.
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/metrics/
H A Druntime.rs36 pub active: Vec<usize>, field
109 Some(Self::workers_state_statistic(spawner).active.len()) in active_workers_num()
157 Some(Self::workers_state_statistic(spawner).active) in active_workers_list()
187 let mut active = vec![]; in workers_state_statistic() localVariable
192 Self::ACTIVE_STATE => active.push(i), in workers_state_statistic()
197 WorkList { park, active } in workers_state_statistic()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_model_ng.cpp44 void NavigatorModelNG::SetActive(bool active) in SetActive() argument
50 eventHub->SetActive(active); in SetActive()
95 void NavigatorModelNG::SetActive(FrameNode* frameNode, bool active) in SetActive() argument
100 eventHub->SetActive(active); in SetActive()
H A Dnavigator_event_hub.cpp61 void NavigatorEventHub::SetActive(bool active) in SetActive() argument
63 if (active) { in SetActive()
74 active_ = active; in SetActive()
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-keyevent.md62 … boolean | Yes | No | Whether capsLock is active.<br>The value **true** indicates that capsLock…
63 …| boolean | Yes | No | Whether numLock is active.<br>The value **true** indicates that capsLock…
64 …oolean | Yes | No | Whether scrollLock is active.<br>The value **true** indicates that capsLock…
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dblocking_queue.h138 void SetActive(bool active, bool cleanData = true)
141 MEDIA_LOG_D("SetActive for " PUBLIC_LOG_S ": " PUBLIC_LOG_D32 ".", name_.c_str(), active);
142 isActive = active;
143 if (!active) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.cpp114 void CustomNode::SetJSViewActive(bool active, bool isLazyForEachNode) in SetJSViewActive() argument
116 if (GetJsActive() != active) { in SetJSViewActive()
117 SetJsActive(active); in SetJSViewActive()
118 FireSetActiveFunc(active); in SetJSViewActive()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dblocking_queue.h138 void SetActive(bool active, bool cleanData = true)
141 MEDIA_LOG_D("SetActive for " PUBLIC_LOG_S ": " PUBLIC_LOG_D32 ".", name_.c_str(), active);
142 isActive = active;
143 if (!active) {
/ohos5.0/foundation/multimedia/av_session/test/resource/
H A Dcontroller_index_js.md654 this.avSessionCtrl.isActive((active) => {
655 if ((active == false) || (active == undefined)) {
687 this.avSessionCtrl.isActive((active) => {
688 if ((active == false) || (active == undefined)) {
713 this.avSessionCtrl.isActive((active) => {
714 if ((active == false) || (active == undefined)) {
884 if ((active == false) || (active == undefined)) {
915 if ((active == false) || (active == undefined)) {
942 if ((active == false) || (active == undefined)) {
970 if (active == false) {
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-navigator.md46 ### active subsection
48 active(value: boolean)
117 @State active: boolean = false
129 }.active(this.active)
131 this.active = true

12345678910>>...18