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:testService
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_loader_test.c
51
struct HdfIoService *
testService
= NULL;
in main()
local
84
testService
= HdfIoServiceBind(USB_TEST_SAMPLE_SERVICE_NAME);
in main()
85
if (
testService
== NULL) {
in main()
91
HdfIoServiceRecycle(
testService
);
in main()
H
A
D
usb_pnp_sample.c
63
static struct IDeviceIoService
testService
= {
in UsbPnpSampleTestDriverBind()
local
68
deviceObject->service = &
testService
;
in UsbPnpSampleTestDriverBind()
/drivers/hdf_core/framework/test/unittest/common/
H
A
D
hdf_main_test.c
201
struct TestService *
testService
= NULL;
in HdfTestCaseProcess()
local
214
testService
= (struct TestService *)client->device->service;
in HdfTestCaseProcess()
215
if (
testService
== NULL) {
in HdfTestCaseProcess()
254
static struct TestService
testService
;
in HdfTestDriverBind()
local
260
testService
.testRemoteService.Dispatch = HdfTestCaseProcess;
in HdfTestDriverBind()
262
device->service = &
testService
.testRemoteService;
in HdfTestDriverBind()
/drivers/hdf_core/framework/test/unittest/uevent/
H
A
D
devmgr_uevent_test.c
41
static struct IDeviceIoService
testService
= {
in HdfUeventDriverBind()
local
47
deviceObject->service = &
testService
;
in HdfUeventDriverBind()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H
A
D
usb_test_pnp_notify.c
60
static struct IDeviceIoService
testService
= {
in UsbTestPnpNotifyBind()
local
65
deviceObject->service = &
testService
;
in UsbTestPnpNotifyBind()
/drivers/hdf_core/adapter/khdf/linux/test/test_helper_driver/src/
H
A
D
test_helper_driver.c
56
static struct IDeviceIoService
testService
= {
in HdfHelperDriverBind()
local
66
deviceObject->service = &
testService
;
in HdfHelperDriverBind()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H
A
D
sample_driver.cpp
39
static struct IDeviceIoService
testService
= {
in HdfSampleDriverBind()
local
49
deviceObject->service = &
testService
;
in HdfSampleDriverBind()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H
A
D
hdf_ioservice_test.cpp
782
struct HdfIoService *
testService
= HdfIoServiceBind(SAMPLE_SERVICE);
in TestServiceStop()
local
783
ASSERT_TRUE(
testService
!= nullptr);
in TestServiceStop()
790
int ret =
testService
->dispatcher->Dispatch(&
testService
->object, SAMPLE_DRIVER_REGISTER_DEVICE, data, nullptr);
in TestServiceStop()
805
ret =
testService
->dispatcher->Dispatch(&
testService
->object, SAMPLE_DRIVER_UNREGISTER_DEVICE, data, nullptr);
in TestServiceStop()
819
HdfIoServiceRecycle(
testService
);
in TestServiceStop()
872
struct HdfIoService *
testService
= HdfIoServiceBind(SAMPLE_SERVICE);
in HWTEST_F()
local
873
ASSERT_TRUE(
testService
!= nullptr);
in HWTEST_F()
879
int ret =
testService
in HWTEST_F()
926
struct HdfIoService *
testService
= HdfIoServiceBind(SAMPLE_SERVICE);
HWTEST_F()
local
[all...]
/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H
A
D
sample_driver.c
121
static struct IDeviceIoService
testService
= {
in HdfSampleDriverBind()
local
126
deviceObject->service = &
testService
;
in HdfSampleDriverBind()
/drivers/hdf_core/framework/test/unittest/manager/
H
A
D
sample_driver_test.c
226
static struct IDeviceIoService
testService
= {
in HdfSampleDriverBind()
local
236
deviceObject->service = &
testService
;
in HdfSampleDriverBind()
/drivers/hdf_core/framework/test/unittest/pm/
H
A
D
hdf_pm_driver_test.c
595
static struct IDeviceIoService
testService
= {
in HdfPmDriverBind()
local
600
deviceObject->service = &
testService
;
in HdfPmDriverBind()
Completed in 6 milliseconds