Home
last modified time | relevance | path

Searched defs:states (Results 1 - 25 of 82) sorted by relevance

1234

/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader_util.h31 ShaderStateLoader::GraphicsStates states; member
H A Dshader_state_loader.h60 BASE_NS::vector<GraphicsState> states; member
/foundation/ability/ability_runtime/test/fuzztest/dumpstate_fuzzer/
H A Ddumpstate_fuzzer.cpp35 std::vector<std::string> states; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/dumpsysstate_fuzzer/
H A Ddumpsysstate_fuzzer.cpp35 std::vector<std::string> states; in DoSomethingInterestingWithMyAPI() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp68 GetDevicesByStates( const std::array<int, GATT_CONNECTION_STATE_NUM> &states) GetDevicesByStates() argument
H A Dbluetooth_map_mse.cpp150 int32_t MapMse::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<BluetoothRemoteDevice> &result) const in GetDevicesByStates() argument
H A Dbluetooth_pan.cpp192 int32_t Pan::GetDevicesByStates(std::vector<int> states, std::vector<BluetoothRemoteDevice> &result) in GetDevicesByStates() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_proxy.cpp81 std::vector<RawAddress> BluetoothA2dpSinkProxy::GetDevicesByStates(const std::vector<int32_t> &states) in GetDevicesByStates() argument
H A Dbluetooth_opp_proxy.cpp167 GetDevicesByStates( const std::vector<int32_t> &states, std::vector<BluetoothRawAddress>& result) GetDevicesByStates() argument
H A Dbluetooth_pbap_pse_proxy.cpp42 GetDevicesByStates( const std::vector<int32_t> &states, std::vector<BluetoothRawAddress> &rawDevices) GetDevicesByStates() argument
H A Dbluetooth_map_mse_proxy.cpp42 GetDevicesByStates( const std::vector<int32_t> &states, std::vector<BluetoothRawAddress> &rawDevices) GetDevicesByStates() argument
H A Dbluetooth_pan_proxy.cpp62 int32_t BluetoothPanProxy::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates() argument
H A Dbluetooth_hfp_hf_proxy.cpp53 int BluetoothHfpHfProxy::GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) in GetDevicesByStates() argument
H A Dbluetooth_hid_host_proxy.cpp80 int32_t BluetoothHidHostProxy::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp109 std::vector<int32_t> states = {}; in GetDevicesByStatesInner() local
H A Dbluetooth_hid_host_stub.cpp138 std::vector<int32_t> states = {}; in GetDevicesByStatesInner() local
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp174 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp201 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp126 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp103 std::vector<int> states; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp168 vector<int> states = {static_cast<int>(BTConnectState::CONNECTED)}; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp101 std::vector<int> states; in HWTEST_F() local
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp131 vector<int> states = { static_cast<int>(BTConnectState::CONNECTED) }; in GetConnectionDevices() local
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_hf.cpp91 vector<int> states = { static_cast<int>(BTConnectState::CONNECTED) }; in GetConnectionDevices() local
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp112 vector<int32_t> states = { static_cast<int32_t>(BTConnectState::CONNECTED) }; in GetConnectedDevices() local

Completed in 11 milliseconds

1234