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:GetAccountType
(Results
1 - 11
of
11
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H
A
D
mock_accessibility_account_data.h
81
MOCK_METHOD0(
GetAccountType
, AccountSA::OsAccountType());
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H
A
D
mock_mt_accessibility_account_data.h
81
MOCK_METHOD0(
GetAccountType
, AccountSA::OsAccountType());
/foundation/barrierfree/accessibility/services/test/xts/inc/
H
A
D
mock_accessibility_account_data.h
81
MOCK_METHOD0(
GetAccountType
, AccountSA::OsAccountType());
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_account_data.h
257
AccountSA::OsAccountType
GetAccountType
();
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_accessibility_account_data.cpp
525
AccountSA::OsAccountType AccessibilityAccountData::
GetAccountType
()
in GetAccountType()
function in OHOS::Accessibility::AccessibilityAccountData
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H
A
D
mock_mt_accessibility_account_data.cpp
525
AccountSA::OsAccountType MockAccessibilityAccountData::
GetAccountType
()
in GetAccountType()
function in OHOS::Accessibility::MockAccessibilityAccountData
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_account_data.cpp
542
if (name == SCREEN_READER_BUNDLE_ABILITY_NAME &&
GetAccountType
() == AccountSA::OsAccountType::PRIVATE) {
in GetAbilityAutoStartState()
1081
AccountSA::OsAccountType AccessibilityAccountData::
GetAccountType
()
in GetAccountType()
function in OHOS::Accessibility::AccessibilityAccountData
H
A
D
accessible_ability_manager_service.cpp
1676
AccountSA::OsAccountType accountType = accountData->
GetAccountType
();
in SwitchedUser()
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H
A
D
asac_account_data_benchmark.cpp
542
if (name == SCREEN_READER_BUNDLE_ABILITY_NAME &&
GetAccountType
() == AccountSA::OsAccountType::PRIVATE) {
in GetAbilityAutoStartState()
1081
AccountSA::OsAccountType A11yBenchmarkAccountData::
GetAccountType
()
in GetAccountType()
function in OHOS::A11yBenchmark::A11yBenchmarkAccountData
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H
A
D
sa_perform_action_xts.cpp
1671
AccountSA::OsAccountType accountType = accountData->
GetAccountType
();
in SwitchedUser()
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H
A
D
samgr_register_element_test.cpp
1671
AccountSA::OsAccountType accountType = accountData->
GetAccountType
();
in SwitchedUser()
Completed in 18 milliseconds