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:UpdateDriverState
(Results
1 - 5
of
5
) sorted by relevance
/drivers/external_device_manager/services/native/driver_extension/src/
H
A
D
js_driver_extension_context.cpp
56
static napi_value
UpdateDriverState
(napi_env env, napi_callback_info info)
in UpdateDriverState()
function in OHOS::AbilityRuntime::__anon16::final
77
HILOG_INFO("
UpdateDriverState
begin");
in OnUpdateDriverState()
86
ErrCode innerErrorCode = context->
UpdateDriverState
();
in OnUpdateDriverState()
137
BindNativeFunction(env, objValue, "updateDriverState", moduleName, JsDriverExtensionContext::
UpdateDriverState
);
in CreateJsDriverExtensionContext()
H
A
D
driver_extension_context.cpp
27
ErrCode DriverExtensionContext::
UpdateDriverState
()
in UpdateDriverState()
function in OHOS::AbilityRuntime::DriverExtensionContext
32
HILOG_ERROR("DriverContext::
UpdateDriverState
is failed %{public}d", err);
in UpdateDriverState()
/drivers/external_device_manager/services/native/driver_extension/include/
H
A
D
driver_extension_context.h
43
ErrCode
UpdateDriverState
();
/drivers/external_device_manager/test/unittest/driver_extension_context_test/
H
A
D
driver_extension_context_test.cpp
49
* Function:
UpdateDriverState
51
* FunctionPoints: DriverExtensionContextTest
UpdateDriverState
53
* CaseDescription: Verify
UpdateDriverState
58
ErrCode result = driverExtensionContextTest.
UpdateDriverState
();
in HWTEST_F()
/drivers/external_device_manager/test/xts/hats/hdf/driver_extension/extension/
H
A
D
driver_extension_context_test.cpp
49
* Function:
UpdateDriverState
51
* FunctionPoints: DriverExtensionContextTest
UpdateDriverState
53
* CaseDescription: Verify
UpdateDriverState
58
ErrCode result = driverExtensionContextTest.
UpdateDriverState
();
in HWTEST_F()
Completed in 3 milliseconds