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:AppAccountProxy
(Results
1 - 3
of
3
) sorted by relevance
/base/account/os_account/frameworks/appaccount/native/src/
H
A
D
app_account_proxy.cpp
23
AppAccountProxy
::
AppAccountProxy
(const sptr<IRemoteObject> &object) : IRemoteProxy<IAppAccount>(object)
in AppAccountProxy()
function in OHOS::AccountSA::AppAccountProxy
26
AppAccountProxy
::~
AppAccountProxy
()
in ~AppAccountProxy()
29
ErrCode
AppAccountProxy
::SendRequestWithTwoStr(MessageParcel &reply, AppAccountInterfaceCode code,
in SendRequestWithTwoStr()
62
ErrCode
AppAccountProxy
::AddAccount(const std::string &name, const std::string &extraInfo)
in AddAccount()
68
ErrCode
AppAccountProxy
::AddAccountImplicitly(const std::string &owner, const std::string &authType,
in AddAccountImplicitly()
105
ErrCode
AppAccountProxy
::CreateAccount(const std::string &name, const CreateAccountOptions &options)
in CreateAccount()
128
ErrCode
AppAccountProxy
::CreateAccountImplicitly(const std::string &owner,
in CreateAccountImplicitly()
157
ErrCode
AppAccountProxy
[all...]
/base/account/os_account/frameworks/appaccount/native/include/
H
A
D
app_account_proxy.h
24
class
AppAccountProxy
: public IRemoteProxy<IAppAccount> {
class
26
explicit
AppAccountProxy
(const sptr<IRemoteObject> &object);
27
~
AppAccountProxy
() override;
117
static inline BrokerDelegator<
AppAccountProxy
> delegator_;
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H
A
D
app_account_manager_test.cpp
105
AppAccount::GetInstance().proxy_ = new (std::nothrow)
AppAccountProxy
(appAccountService->AsObject());
in SetUpTestCase()
Completed in 5 milliseconds