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:ILLEGAL_STATE
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H
A
D
app_types.h
84
ILLEGAL_STATE
= APP_DISTRIBUTEDDATAMGR_ERR_OFFSET + 2,
member in OHOS::ObjectStore::Status
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
store_errno.h
42
ILLEGAL_STATE
= DISTRIBUTEDDATAMGR_ERR_OFFSET + 2,
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_manager.cpp
33
status =
ILLEGAL_STATE
;
in GetKVStore()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H
A
D
app_pipe_mgr.cpp
97
return Status::
ILLEGAL_STATE
;
in Start()
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H
A
D
avmetadatahelper_server.cpp
398
static const std::string
ILLEGAL_STATE
= "PLAYER_STATUS_ILLEGAL";
in GetStatusDescription()
local
400
return
ILLEGAL_STATE
;
in GetStatusDescription()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
app_pipe_mgr.cpp
101
return Status::
ILLEGAL_STATE
;
in Start()
/foundation/multimedia/player_framework/services/services/transcoder/server/
H
A
D
transcoder_server.cpp
99
static const std::string
ILLEGAL_STATE
= "PLAYER_STATUS_ILLEGAL";
in GetStatusDescription()
local
101
status <= OHOS::Media::TransCoderServer::REC_ERROR,
ILLEGAL_STATE
);
in GetStatusDescription()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_manager.cpp
38
status =
ILLEGAL_STATE
;
in GetKVStore()
H
A
D
single_store_impl.cpp
612
return
ILLEGAL_STATE
;
in CloudSync()
702
return
ILLEGAL_STATE
;
in SubscribeWithQuery()
724
return
ILLEGAL_STATE
;
in UnsubscribeWithQuery()
958
return
ILLEGAL_STATE
;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H
A
D
app_pipe_mgr_test.cpp
186
EXPECT_EQ(Status::
ILLEGAL_STATE
, ret);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.cpp
179
return
ILLEGAL_STATE
;
in Delete()
211
return
ILLEGAL_STATE
;
in Close()
485
return
ILLEGAL_STATE
;
in EnableCapability()
497
return
ILLEGAL_STATE
;
in DisableCapability()
510
return
ILLEGAL_STATE
;
in SetCapability()
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
recorder_server.cpp
132
static const std::string
ILLEGAL_STATE
= "PLAYER_STATUS_ILLEGAL";
in GetStatusDescription()
local
134
status <= OHOS::Media::RecorderServer::REC_ERROR,
ILLEGAL_STATE
);
in GetStatusDescription()
/foundation/multimedia/player_framework/services/services/player/server/
H
A
D
player_server.cpp
1715
static const std::string
ILLEGAL_STATE
= "PLAYER_STATUS_ILLEGAL";
in GetStatusDescription()
local
1717
return
ILLEGAL_STATE
;
in GetStatusDescription()
Completed in 14 milliseconds