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:DisableCount
(Results
1 - 10
of
10
) sorted by relevance
/base/msdp/device_status/libs/include/
H
A
D
devicestatus_data_parse.h
32
bool
DisableCount
(const Type type);
H
A
D
devicestatus_algorithm_manager.h
48
ErrCode
DisableCount
(Type type) override;
H
A
D
devicestatus_msdp_mock.h
54
ErrCode
DisableCount
(Type type) override;
/base/msdp/device_status/libs/interface/
H
A
D
devicestatus_msdp_interface.h
43
virtual ErrCode
DisableCount
(Type type) = 0;
/base/msdp/device_status/libs/src/
H
A
D
devicestatus_msdp_mock.cpp
105
ErrCode DeviceStatusMsdpMock::
DisableCount
(Type type)
in DisableCount()
function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock
109
dataParse_->
DisableCount
(type);
in DisableCount()
H
A
D
devicestatus_algorithm_manager.cpp
230
ErrCode AlgoMgr::
DisableCount
(Type type)
in DisableCount()
function in OHOS::Msdp::DeviceStatus::AlgoMgr
H
A
D
devicestatus_data_parse.cpp
122
bool DeviceStatusDataParse::
DisableCount
(const Type type)
in DisableCount()
function in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse
/base/msdp/device_status/services/native/src/
H
A
D
devicestatus_msdp_client_impl.cpp
229
iMock_->
DisableCount
(type);
in MockDisable()
/base/msdp/device_status/test/unittest/libs/src/
H
A
D
device_status_mock_test.cpp
250
* @tc.desc: test devicestatus
DisableCount
262
EXPECT_TRUE(g_testMock->
DisableCount
(Type::TYPE_HORIZONTAL_POSITION) == ERR_OK);
in HWTEST_F()
H
A
D
device_status_algorithm_test.cpp
283
* @tc.desc: test
DisableCount
298
ret = g_manager->
DisableCount
(Type::TYPE_HORIZONTAL_POSITION);
in HWTEST_F()
Completed in 5 milliseconds