Home
last modified time | relevance | path

Searched refs:START_LATITUDE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dlocation_column.h67 const std::string START_LATITUDE = "startLatitude"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp326 if (locationMap.count(DIAMETER) == 1 && locationMap.count(START_LATITUDE) == 1 in GetLocationPredicate()
329 string latitudeIndex = "round((latitude - " + locationMap.at(START_LATITUDE) + ") / " + in GetLocationPredicate()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedialibrary_napi_utils.h507 { START_LATITUDE, { LATITUDE, DataShare::GREATER_THAN_OR_EQUAL_TO } },
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp413 if (locationMap.count(DIAMETER) == 1 && locationMap.count(START_LATITUDE) == 1 in GetLocationPredicate()
416 string latitudeIndex = "round((latitude - " + locationMap.at(START_LATITUDE) + ") / " + in GetLocationPredicate()