/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_file_utils.cpp | 65 return !IsEnd(); in ReadLine() 78 return !IsEnd(); in PeekLine() 91 bool VCardFileUtils::IsEnd() in IsEnd() function in OHOS::Telephony::VCardFileUtils
|
H A D | vcard_decoder.cpp | 104 bool VCardDecoder::IsEnd() in IsEnd() function in OHOS::Telephony::VCardDecoder 106 return fileUtils_.IsEnd(); in IsEnd()
|
H A D | vcard_decoder_v21.cpp | 104 while (!IsEnd() && DecodeOne(errorCode)) { in Decode() 191 return !fileUtils_.IsEnd(); in ParseItem()
|
/ohos5.0/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_file_utils.h | 31 bool IsEnd();
|
H A D | vcard_decoder.h | 45 bool IsEnd();
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
H A D | parse_smaps_info.cpp | 108 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 D | cursor.h | 52 virtual bool IsEnd() = 0;
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
H A D | string_utils.h | 31 bool IsEnd(const std::string &content, const std::string &end);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_filter.cpp | 34 … bind(&StringUtils::IsEnd, &StringUtils::GetInstance(), placeholders::_1, placeholders::_2)) || in ParseMemoryGroup()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cursor.h | 37 bool IsEnd() override;
|
H A D | cache_cursor.h | 37 bool IsEnd() override;
|
H A D | cache_cursor.cpp | 128 bool CacheCursor::IsEnd() in IsEnd() function in OHOS::DistributedRdb::CacheCursor
|
H A D | rdb_cursor.cpp | 122 bool RdbCursor::IsEnd() in IsEnd() function in OHOS::DistributedRdb::RdbCursor
|
H A D | rdb_cloud.cpp | 107 if (cursor->IsEnd()) { in Query()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | cursor_mock.h | 41 bool IsEnd() override;
|
H A D | cursor_mock.cpp | 128 bool CursorMock::IsEnd() in IsEnd() function in OHOS::DistributedData::CursorMock
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cache_cursor_test.cpp | 195 bool ret = cursor->IsEnd(); 252 bool ret = cursor->IsEnd();
|
H A D | rdb_cursor_test.cpp | 265 bool ret = rdbCursor->IsEnd();
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | string_utils.cpp | 45 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 D | cloud_cursor_impl.h | 46 bool IsEnd() override;
|
H A D | cloud_cursor_impl.cpp | 302 bool CloudCursorImpl::IsEnd() in IsEnd() function in OHOS::CloudData::CloudCursorImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_should_built_in_recognizer_parallel_with_function.cpp | 76 JSClass<JSScrollableTargetInfo>::CustomMethod("isEnd", &JSScrollableTargetInfo::IsEnd); in JSBind()
|
H A D | js_should_built_in_recognizer_parallel_with_function.h | 97 void IsEnd(const JSCallbackInfo& args) in IsEnd() function
|