Home
last modified time | relevance | path

Searched defs:states (Results 1 – 25 of 90) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader_util.h31 ShaderStateLoader::GraphicsStates states; in RENDER_BEGIN_NAMESPACE() member
H A Dshader_state_loader.h60 BASE_NS::vector<GraphicsState> states; member
/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
191 let states = [State::Running, State::Retrying, State::Waiting]; in ut_stop() localVariable
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlib.rs59 mod states; module
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/dumpstate_fuzzer/
H A Ddumpstate_fuzzer.cpp35 std::vector<std::string> states; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/dumpsysstate_fuzzer/
H A Ddumpsysstate_fuzzer.cpp35 std::vector<std::string> states; in DoSomethingInterestingWithMyAPI() local
/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()
276 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in DestroyLiveSockets() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp73 const std::array<int, GATT_CONNECTION_STATE_NUM> &states) in GetDevicesByStates()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp174 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; variable
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp101 std::vector<int> states; variable
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp201 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; variable
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp103 std::vector<int> states; variable
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp129 std::vector<int> states; variable
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_pkgfile.cpp99 bool PkgFileImpl::CheckState(std::vector<uint32_t> states, uint32_t state) in CheckState()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp168 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; variable
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp142 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; variable
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp126 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp148 vector<int> states = { static_cast<int>(BTConnectState::CONNECTED) }; in GetConnectionDevices() local
202 vector<int> states = { static_cast<int>(BTConnectState::CONNECTED) }; in GetConnectedDevices() local
/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
395 states: IntoIter<MultiPartState>, field
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pan_proxy.cpp66 int32_t BluetoothPanProxy::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp196 std::vector<int32_t> states {static_cast<int32_t>(BTConnectState::CONNECTED)}; in HasA2dpDeviceConnected() local
262 std::vector<int32_t> states {static_cast<int32_t>(BTConnectState::CONNECTED)}; in CheckA2dpDeviceReconnect() local
392 std::vector<int32_t> states {static_cast<int32_t>(BTConnectState::CONNECTED)}; in CheckHfpDeviceReconnect() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp109 std::vector<int32_t> states = {}; in GetDevicesByStatesInner() local
/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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp178 …:vector<RawAddress> BluetoothA2dpSinkServer::GetDevicesByStates(const std::vector<int32_t> &states) in GetDevicesByStates()
H A Dbluetooth_pan_server.cpp177 int32_t BluetoothPanServer::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates()

1234