Home
last modified time | relevance | path

Searched refs:IsClosed (Results 1 - 25 of 78) sorted by relevance

1234

/foundation/multimedia/media_foundation/test/unittest/
H A DTestHttpSourcePlugin.cpp56 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 Dskia_path_test.cpp198 * @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 Dselect_overlay_proxy_test_ng.cpp125 * @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 Dmock_time_sync.h38 return TimeSync::IsClosed(); in CallIsClosed()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_sqlite_shared_result_set_test.cpp295 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 Dhttp_media_downloader.cpp92 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 Dselect_overlay_proxy.h53 bool IsClosed() const;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
H A Dresult_set.h220 virtual bool IsClosed() const = 0;
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp955 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 Dkv_store_result_set.h69 DB_API virtual bool IsClosed() const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_result_set_impl.h77 bool IsClosed() const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/
H A Dresult_set.h68 DB_API virtual bool IsClosed() const = 0;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_abs_result_set.h52 bool IsClosed() const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_result_set_impl.h77 bool IsClosed() const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
H A Dresult_set_utils.cpp99 if (resultSet_->IsClosed()) { in Close()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_resultsetproxy.h53 bool IsClosed();
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dremote_result_set.h288 virtual bool IsClosed() const = 0;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dabs_shared_result_set_mock.h54 MOCK_CONST_METHOD0(IsClosed, bool());
H A Dresult_set_mock.h54 MOCK_CONST_METHOD0(IsClosed, bool());
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_resultset_mock.h56 MOCK_CONST_METHOD0(IsClosed, bool());
H A Dresult_set_mock.h54 MOCK_CONST_METHOD0(IsClosed, bool());
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_result_set_proxy.cpp100 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 Ddownloader.h89 bool IsClosed() const;
/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/
H A Dclient_context.h55 bool IsClosed() in IsClosed() function in OHOS::NetStack::WebSocketClient::ClientContext
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_result_set_proxy.h61 static napi_value IsClosed(napi_env env, napi_callback_info info);

Completed in 11 milliseconds

1234