Home
last modified time | relevance | path

Searched refs:IsEnd (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_file_utils.cpp65 return !IsEnd(); in ReadLine()
78 return !IsEnd(); in PeekLine()
91 bool VCardFileUtils::IsEnd() in IsEnd() function in OHOS::Telephony::VCardFileUtils
H A Dvcard_decoder.cpp104 bool VCardDecoder::IsEnd() in IsEnd() function in OHOS::Telephony::VCardDecoder
106 return fileUtils_.IsEnd(); in IsEnd()
H A Dvcard_decoder_v21.cpp104 while (!IsEnd() && DecodeOne(errorCode)) { in Decode()
191 return !fileUtils_.IsEnd(); in ParseItem()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_file_utils.h31 bool IsEnd();
H A Dvcard_decoder.h45 bool IsEnd();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_smaps_info.cpp108 if (StringUtils::GetInstance().IsEnd(line, "B")) { in GetInfo()
162 if (StringUtils::GetInstance().IsEnd(line, "B")) { in ShowSmapsData()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dcursor.h52 virtual bool IsEnd() = 0;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dstring_utils.h31 bool IsEnd(const std::string &content, const std::string &end);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_filter.cpp34 … bind(&StringUtils::IsEnd, &StringUtils::GetInstance(), placeholders::_1, placeholders::_2)) || in ParseMemoryGroup()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.h37 bool IsEnd() override;
H A Dcache_cursor.h37 bool IsEnd() override;
H A Dcache_cursor.cpp128 bool CacheCursor::IsEnd() in IsEnd() function in OHOS::DistributedRdb::CacheCursor
H A Drdb_cursor.cpp122 bool RdbCursor::IsEnd() in IsEnd() function in OHOS::DistributedRdb::RdbCursor
H A Drdb_cloud.cpp107 if (cursor->IsEnd()) { in Query()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.h41 bool IsEnd() override;
H A Dcursor_mock.cpp128 bool CursorMock::IsEnd() in IsEnd() function in OHOS::DistributedData::CursorMock
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp195 bool ret = cursor->IsEnd();
252 bool ret = cursor->IsEnd();
H A Drdb_cursor_test.cpp265 bool ret = rdbCursor->IsEnd();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp45 bool StringUtils::IsEnd(const string &content, const string &end) in IsEnd() function in OHOS::HiviewDFX::StringUtils
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.h46 bool IsEnd() override;
H A Dcloud_cursor_impl.cpp302 bool CloudCursorImpl::IsEnd() in IsEnd() function in OHOS::CloudData::CloudCursorImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_should_built_in_recognizer_parallel_with_function.cpp76 JSClass<JSScrollableTargetInfo>::CustomMethod("isEnd", &JSScrollableTargetInfo::IsEnd); in JSBind()
H A Djs_should_built_in_recognizer_parallel_with_function.h97 void IsEnd(const JSCallbackInfo& args) in IsEnd() function