Home
last modified time | relevance | path

Searched refs:tempData_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/moduletest/hosttest/
H A Dhost_srv_module_test.cpp32 int tempData_ = 0; member in OHOS::Bluetooth::HostServerTest
45 tempData_ = 0; in SetUp()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_descriptor_test.cpp31 int tempData_ = 0; member in OHOS::Bluetooth::GattDescriptorTest
43 tempData_ = 0; in SetUp()
H A Dgatt_server_test.cpp66 int tempData_ = 0; member in OHOS::Bluetooth::GattServerTest
80 tempData_ = 0; in SetUp()
H A Dgatt_service_test.cpp32 int tempData_ = 0; member in OHOS::Bluetooth::GattServiceTest
45 tempData_ = 0; in SetUp()
H A Dgatt_client_test.cpp95 int tempData_ = 0; member in OHOS::Bluetooth::GattClientTest
108 tempData_ = 0; in SetUp()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp239 tempData_.push(tempString); in SetTempData()
245 if (!tempData_.empty()) { in GetTempData()
246 return tempData_.front(); in GetTempData()
254 if (!tempData_.empty()) { in PopTempData()
255 tempData_.pop(); in PopTempData()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp616 tempData_.push(tempString); in SetTempData()
622 if (!tempData_.empty()) { in GetTempData()
623 return tempData_.front(); in GetTempData()
631 if (!tempData_.empty()) { in PopTempData()
632 tempData_.pop(); in PopTempData()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhf_call_test.cpp31 int tempData_ = 0; member in OHOS::Bluetooth::HandsFreeUnitCallTest
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h146 std::queue<std::string> tempData_; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h149 std::queue<std::string> tempData_; variable
/ohos5.0/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_keyevent_filter_test/
H A Daams_accessibility_keyevent_filter_test.cpp71 int32_t tempData_ = 0; member in OHOS::Accessibility::AamsKeyEventFilterTest