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:ResetService
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H
A
D
dataobs_mgr_client.cpp
229
void DataObsMgrClient::
ResetService
()
in ResetService()
function in OHOS::AAFwk::DataObsMgrClient
238
ResetService
();
in OnRemoteDied()
/foundation/barrierfree/accessibility/frameworks/asacfwk/include/
H
A
D
accessibility_system_ability_client_impl.h
153
void
ResetService
(const wptr<IRemoteObject> &remote);
260
client_.
ResetService
(remote);
in OnRemoteDied()
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H
A
D
dataobs_mgr_client.h
117
void
ResetService
();
/foundation/barrierfree/accessibility/frameworks/acfwk/include/
H
A
D
accessibility_config_impl.h
95
void
ResetService
(const wptr<IRemoteObject> &remote);
220
config_.
ResetService
(remote);
in OnRemoteDied()
/foundation/barrierfree/accessibility/frameworks/asacfwk/test/unittest/
H
A
D
mocku_accessibility_system_ability_client_impl_test.cpp
500
* @tc.name:
ResetService
501
* @tc.desc: Test function
ResetService
513
impl_->
ResetService
(nullptr);
in HWTEST_F()
521
* @tc.name:
ResetService
522
* @tc.desc: Test function
ResetService
535
impl_->
ResetService
(object);
in HWTEST_F()
H
A
D
accessibility_system_ability_client_impl_test.cpp
498
* @tc.name:
ResetService
499
* @tc.desc: Test function
ResetService
511
impl_->
ResetService
(nullptr);
in HWTEST_F()
519
* @tc.name:
ResetService
520
* @tc.desc: Test function
ResetService
533
impl_->
ResetService
(object);
in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
H
A
D
accessibility_system_ability_client_impl.cpp
238
void AccessibilitySystemAbilityClientImpl::
ResetService
(const wptr<IRemoteObject> &remote)
in ResetService()
function in OHOS::Accessibility::AccessibilitySystemAbilityClientImpl
247
HILOG_INFO("
ResetService
OK");
in ResetService()
/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H
A
D
accessibility_config_impl.cpp
263
void AccessibilityConfig::Impl::
ResetService
(const wptr<IRemoteObject> &remote)
in ResetService()
function in OHOS::AccessibilityConfig::AccessibilityConfig::Impl
276
HILOG_INFO("
ResetService
ok");
in ResetService()
Completed in 10 milliseconds