/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestHttpSourcePlugin.cpp | 56 EXPECT_EQ(false, downloadRequest.IsClosed()); in HWTEST() 60 EXPECT_EQ(true, downloadRequest.IsClosed()); in HWTEST()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_path_test.cpp | 198 * @tc.desc: Test IsClosed 208 ret = skiaPath.IsClosed(false); in HWTEST_F() 210 ret = skiaPath.IsClosed(true); in HWTEST_F() 215 ret = skiaPathOval.IsClosed(false); in HWTEST_F() 217 ret = skiaPathOval.IsClosed(true); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_proxy_test_ng.cpp | 125 * @tc.steps: step2. call IsClosed() without calling Close() in HWTEST_F() 128 auto isClosed = selectOverlayProxy->IsClosed(); in HWTEST_F() 137 * @tc.steps: step4. call IsClosed() after calling Close() in HWTEST_F() 141 auto isClosed2 = selectOverlayProxy2->IsClosed(); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | mock_time_sync.h | 38 return TimeSync::IsClosed(); in CallIsClosed()
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_sqlite_shared_result_set_test.cpp | 295 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() 394 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() 430 EXPECT_EQ(rstSet->IsClosed(), true);
in HWTEST_F() 482 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() 525 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() 580 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() 633 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() 672 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() 724 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() 759 bool isClosedFlag = rstSet->IsClosed();
in HWTEST_F() [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/ |
H A D | http_media_downloader.cpp | 92 bool isClosed = downloadRequest_->IsClosed(); in Read() 106 return buffer_->GetSize() >= wantReadLength || downloadRequest_->IsEos() || downloadRequest_->IsClosed(); in Read()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_proxy.h | 53 bool IsClosed() const;
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/ |
H A D | result_set.h | 220 virtual bool IsClosed() const = 0;
|
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/ |
H A D | rdb_store_test.cpp | 955 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1041 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1094 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1137 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1192 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1245 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1284 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1336 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1371 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() 1412 bool isClosedFlag = rstSet->IsClosed(); in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_result_set.h | 69 DB_API virtual bool IsClosed() const = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_result_set_impl.h | 77 bool IsClosed() const override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/ |
H A D | result_set.h | 68 DB_API virtual bool IsClosed() const = 0;
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/ |
H A D | datashare_abs_result_set.h | 52 bool IsClosed() const override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_result_set_impl.h | 77 bool IsClosed() const override;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/ |
H A D | result_set_utils.cpp | 99 if (resultSet_->IsClosed()) {
in Close()
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_resultsetproxy.h | 53 bool IsClosed();
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | remote_result_set.h | 288 virtual bool IsClosed() const = 0;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | abs_shared_result_set_mock.h | 54 MOCK_CONST_METHOD0(IsClosed, bool());
|
H A D | result_set_mock.h | 54 MOCK_CONST_METHOD0(IsClosed, bool());
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
H A D | clouddisk_resultset_mock.h | 56 MOCK_CONST_METHOD0(IsClosed, bool());
|
H A D | result_set_mock.h | 54 MOCK_CONST_METHOD0(IsClosed, bool());
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
H A D | datashare_result_set_proxy.cpp | 100 DECLARE_NAPI_GETTER("isClosed", IsClosed), in GetConstructor() 135 if (GetInstance() != nullptr && !GetInstance()->IsClosed()) { in ~DataShareResultSetProxy() 502 napi_value DataShareResultSetProxy::IsClosed(napi_env env, napi_callback_info info) in IsClosed() function in OHOS::DataShare::DataShareResultSetProxy 507 result = innerResultSet->IsClosed(); in IsClosed()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.h | 89 bool IsClosed() const;
|
/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/ |
H A D | client_context.h | 55 bool IsClosed()
in IsClosed() function in OHOS::NetStack::WebSocketClient::ClientContext
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/ |
H A D | datashare_result_set_proxy.h | 61 static napi_value IsClosed(napi_env env, napi_callback_info info);
|