Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Location
(Results
1 - 25
of
34
) sorted by relevance
1
2
/foundation/filemanagement/file_api/interfaces/kits/native/fileio/
H
A
D
fileio_native.cpp
27
enum
Location
{
enum
42
if (fileLocation <
Location
::LOCAL || fileLocation >
Location
::LOCAL_AND_CLOUD) {
in CheckLocation()
57
Location
defaultLocation = LOCAL;
in GetLocationFromPath()
71
defaultLocation = static_cast<
Location
>(atoi(location.c_str()));
in GetLocationFromPath()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H
A
D
token.h
103
struct
Location
{
struct
111
Location
location;
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H
A
D
photo_output.h
140
typedef struct
Location
{
struct
153
}
Location
;
typedef
198
* @brief Set the GPS
Location
for the photo capture settings.
206
* @brief Set the GPS
Location
for the photo capture settings.
210
void SetLocation(std::shared_ptr<
Location
>& location);
213
* @brief Get the GPS
Location
for the photo capture settings.
217
void GetLocation(std::shared_ptr<
Location
>& location);
247
std::shared_ptr<
Location
> location_;
315
* information such as: Rotation,
Location
, Mirror & Quality.
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H
A
D
stat_entity.h
24
enum
Location
{
enum
H
A
D
stat_n_exporter.cpp
260
Location
defaultLocation = LOCAL;
in GetLocation()
272
defaultLocation = static_cast<
Location
>(atoi(location.c_str()));
in GetLocation()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
av_common.h
91
struct
Location
{
struct
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H
A
D
media_types.h
80
struct
Location
{
struct in OHOS::Media::Plugins::Seekable
/foundation/multimedia/media_foundation/interface/inner_api/common/
H
A
D
media_core.h
268
struct
Location
{
struct
/foundation/multimedia/player_framework/interfaces/kits/js/
H
A
D
audio_recorder_napi.h
70
Location
location;
H
A
D
video_recorder_napi.h
92
Location
location; // Optional
/foundation/multimedia/player_framework/services/services/recorder/client/
H
A
D
recorder_client.h
75
int32_t GetLocation(
Location
&location) override;
/foundation/multimedia/player_framework/frameworks/native/recorder/
H
A
D
recorder_impl.h
72
int32_t GetLocation(
Location
&location) override;
H
A
D
recorder_impl.cpp
53
int32_t RecorderImpl::GetLocation(
Location
&location)
in GetLocation()
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H
A
D
recorder_service_proxy.h
71
int32_t GetLocation(
Location
&location) override;
H
A
D
i_standard_recorder_service.h
89
virtual int32_t GetLocation(
Location
&location) = 0;
H
A
D
recorder_service_stub.h
77
int32_t GetLocation(
Location
&location) override;
/foundation/multimedia/player_framework/services/include/
H
A
D
i_recorder_service.h
572
virtual int32_t GetLocation(
Location
&location) = 0;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H
A
D
photo_output.cpp
43
location_ = std::make_shared<
Location
>();
in PhotoCaptureSetting()
116
std::shared_ptr<
Location
> location = std::make_shared<
Location
>();
in SetGpsLocation()
123
void PhotoCaptureSetting::SetLocation(std::shared_ptr<
Location
>& location)
in SetLocation()
146
void PhotoCaptureSetting::GetLocation(std::shared_ptr<
Location
>& location)
in GetLocation()
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H
A
D
photo_output_impl.cpp
311
std::shared_ptr<
Location
> location = std::make_shared<
Location
>();
in Capture_WithCaptureSetting()
H
A
D
photo_listener_impl.cpp
267
auto location = std::make_shared<
Location
>();
in CreateMediaLibrary()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H
A
D
dcamera_client_demo.cpp
275
//
Location
in ConfigPhotoCaptureSetting()
276
std::unique_ptr<
Location
> location = std::make_unique<
Location
>();
in ConfigPhotoCaptureSetting()
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
recorder_server.h
115
int32_t GetLocation(
Location
&location) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H
A
D
dcamera_client.cpp
626
std::shared_ptr<CameraStandard::
Location
> location = std::make_shared<CameraStandard::
Location
>();
in SetPhotoCaptureLocation()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
recorder.h
988
virtual int32_t GetLocation(
Location
&location) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H
A
D
main.cpp
266
//
Location
in ConfigPhotoCaptureSetting()
267
auto location = std::make_shared<
Location
>();
in ConfigPhotoCaptureSetting()
Completed in 16 milliseconds
1
2