Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs138 let mut states = Vec::new(); in build_status() localVariable
140 states.push(MultiPartState::bytes( in build_status()
143 states.push(MultiPartState::bytes( in build_status()
148 states.push(MultiPartState::bytes( in build_status()
154 states.push(MultiPartState::bytes( in build_status()
162 states.push(MultiPartState::bytes( in build_status()
170 states.push(body); in build_status()
175 states.push(MultiPartState::bytes( in build_status()
179 states: states.into_iter(), in build_status()
395 states: IntoIter<MultiPartState>, field
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs138 let mut states = Vec::new(); in build_status() localVariable
140 states.push(MultiPartState::bytes( in build_status()
143 states.push(MultiPartState::bytes( in build_status()
170 states.push(body); in build_status()
175 states.push(MultiPartState::bytes( in build_status()
185 let res = states.reuse().await; in reuse_inner()
189 ReadStatus::Finish(mut states) => { in reuse_inner()
190 states.reuse().await?; in reuse_inner()
231 ReadStatus::Reading(states) => self.status = ReadStatus::Finish(states), in poll_read()
420 states: Vec<MultiPartState>, field
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-abilityStateData.md25states of a UIAbility are described in [Ability States](#ability-states), and the states of an Ext…
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/dumpstate_fuzzer/
H A Ddumpstate_fuzzer.cpp35 std::vector<std::string> states; in DoSomethingInterestingWithMyAPI() local
42 states.emplace_back(state); in DoSomethingInterestingWithMyAPI()
43 if (abilitymgr->DumpState(args, states) != 0) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader.cpp66 graphicsStates_ = move(ssr.states.states); in Load()
67 graphicsStateVariantData_ = move(ssr.states.variantData); in Load()
H A Dshader_state_loader_util.cpp319 ssr.states.states.push_back(move(graphicsState)); in ParseSingleState()
328 ssr.states.states.reserve(allStates.size()); in LoadStates()
347 ssr.states.variantData.push_back(move(variant)); in LoadStates()
358 ssr.states.states.clear(); in LoadStates()
H A Dshader_data_loader.cpp44 if (ssr.res.success && (ssr.states.states.size() == 1u)) { in LoadState()
45 graphicsState = move(ssr.states.states[0u]); in LoadState()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/dumpsysstate_fuzzer/
H A Ddumpsysstate_fuzzer.cpp35 std::vector<std::string> states; in DoSomethingInterestingWithMyAPI() local
45 states.emplace_back(state); in DoSomethingInterestingWithMyAPI()
46 if (abilitymgr->DumpSysState(args, states, isClient, isUserId, userId) != 0) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/en/readme/
H A Dability.md13 …ystem service used to coordinate the running relationships and lifecycle states of **Ability** ins…
21 The **ability lifecycle** is a general term for all states of an ability (either a Page or a Servic…
23 …- The following figure shows the transitions between different states in a Page ability's lifecycl…
29 …- The following figure shows the transitions between different states in a Service ability's lifec…
33 **Description of ability lifecycle states:**
45 …allbacks to be invoked during the transitions between different lifecycle states of a Page ability.
51 …llbacks to be invoked during the transitions between different lifecycle states of a Service abili…
/ohos5.0/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp154 std::vector<std::string> states; in ShowOsAccountInfo() local
155 ErrCode ret = osAccountMgrService_->DumpOsAccountInfo(states); in ShowOsAccountInfo()
162 if (states.empty()) { in ShowOsAccountInfo()
168 for (size_t i = 0; i < states.size(); ++i) { in ShowOsAccountInfo()
169 result.append(" " + states[i] + "\n"); in ShowOsAccountInfo()
/ohos5.0/docs/en/application-dev/application-models/
H A Dpageability-lifecycle.md4 The PageAbility lifecycle defines all states of a PageAbility, such as **INACTIVE**, **ACTIVE**, an…
10 **Table 1** PageAbility lifecycle states
36 The following figure shows the relationship between lifecycle callbacks and lifecycle states of the…
38 Figure 2 Relationship between lifecycle callbacks and lifecycle states
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A D_bluetooth.md25 …te) [Bluetooth_SwitchState](#bluetooth_switchstate) | Defines an enum for Bluetooth switch states.|
33 …_BLE_ON = 5,<br>BLUETOOTH_STATE_BLE_TURNING_OFF = 6<br>} | Enumerates the Bluetooth switch states.|
68 Defines an enum for Bluetooth switch states.
102 Enumerates Bluetooth switch states.
H A Doh__bluetooth_8h.md24 …h_SwitchState](_bluetooth.md#bluetooth_switchstate) | Defines an enum for Bluetooth switch states.|
32 …LUETOOTH_STATE_BLE_TURNING_OFF](_bluetooth.md) = 6<br>} | Enumerates the Bluetooth switch states. |
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-statestyles.md12 …t. It is similar to a CSS pseudo-class, with different syntax. ArkUI provides the following states:
70 **Figure 1** Focused and pressed states
77 The following example uses \@Styles to specify different states of stateStyles.
105 **Figure 2** Normal and pressed states
/ohos5.0/base/request/request/services/src/manage/scheduler/
H A Dsql.rs150 let states = [State::Running, State::Retrying, State::Waiting]; in ut_pause() localVariable
152 for state in states.iter() { in ut_pause()
191 let states = [State::Running, State::Retrying, State::Waiting]; in ut_stop() localVariable
193 for state in states.iter() { in ut_stop()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pan.cpp65 int32_t GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice>& result) in GetDevicesByStates()
73 for (int32_t state : states) { in GetDevicesByStates()
195 int32_t Pan::GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result) in GetDevicesByStates() argument
204 return pimpl->GetDevicesByStates(states, result); in GetDevicesByStates()
H A Dbluetooth_gatt_manager.cpp73 const std::array<int, GATT_CONNECTION_STATE_NUM> &states) in GetDevicesByStates() argument
85 for (auto &state : states) { in GetDevicesByStates()
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlib.rs59 mod states; module
66 pub(crate) use states::start_parsing;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp109 std::vector<int32_t> states = {}; in GetDevicesByStatesInner() local
116 states.push_back(state); in GetDevicesByStatesInner()
119 int32_t errCode = GetDevicesByStates(states, rawAdds); in GetDevicesByStatesInner()
H A Dbluetooth_a2dp_sink_stub.cpp126 std::vector<int32_t> states = {}; in GetDevicesByStatesInner() local
134 states.push_back(state); in GetDevicesByStatesInner()
137 std::vector<RawAddress> rawAdds = GetDevicesByStates(states); in GetDevicesByStatesInner()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp211 int32_t NetLinkSocketDiag::SendSockDiagDumpRequest(uint8_t proto, uint8_t family, uint32_t states) in SendSockDiagDumpRequest() argument
222 request.req_ = {.sdiag_family = family, .sdiag_protocol = proto, .idiag_states = states}; in SendSockDiagDumpRequest()
276 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in DestroyLiveSockets() local
279 int32_t ret = SendSockDiagDumpRequest(proto, family, states); in DestroyLiveSockets()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_avrcp_ct.cpp91 vector<int> states; in GetConnectionDevices() local
92 states.push_back(1); in GetConnectionDevices()
93 vector<BluetoothRemoteDevice> devices = profile->GetDevicesByStates(states); in GetConnectionDevices()
H A Dnapi_bluetooth_avrcp_tg.cpp91 vector<int> states; in GetConnectionDevices() local
92 states.push_back(1); in GetConnectionDevices()
93 vector<BluetoothRemoteDevice> devices = profile->GetDevicesByStates(states); in GetConnectionDevices()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp123 std::array<int, GattManager::GATT_CONNECTION_STATE_NUM> states = {1, 2, 3}; variable
127 EXPECT_EQ((int)test.GetDevicesByStates(states).size(), 0);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp349 …srcStageMask |= (VkPipelineStageFlagBits)srcResourceStates->states[attachmentIdx].pipelineStageFla… in CreateRenderPassCombined()
350 srcAccessMask |= srcResourceStates->states[attachmentIdx].accessFlags; in CreateRenderPassCombined()
352 …dstStageMask |= (VkPipelineStageFlagBits)dstResourceStates.states[attachmentIdx].pipelineStageFlag… in CreateRenderPassCombined()
353 dstAccessMask |= dstResourceStates.states[attachmentIdx].accessFlags; in CreateRenderPassCombined()
590 srcStageMask |= srcResourceStates->states[attachmentIdx].pipelineStageFlags; in CreateRenderPassCombined2()
591 srcAccessMask |= srcResourceStates->states[attachmentIdx].accessFlags; in CreateRenderPassCombined2()
593 dstStageMask |= dstResourceStates.states[attachmentIdx].pipelineStageFlags; in CreateRenderPassCombined2()
594 dstAccessMask |= dstResourceStates.states[attachmentIdx].accessFlags; in CreateRenderPassCombined2()

12345678910>>...16