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:StartWork
(Results
1 - 21
of
21
) sorted by relevance
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H
A
D
start_work.cpp
27
napi_value
StartWork
(napi_env env, napi_callback_info info)
in StartWork()
function
47
ErrCode errCode = WorkSchedulerSrvClient::GetInstance().
StartWork
(workInfo);
in StartWork()
H
A
D
init.cpp
45
DECLARE_NAPI_FUNCTION("startWork",
StartWork
),
in InitApi()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/
H
A
D
workschedulerstopandclearworks_fuzzer.cpp
44
workSchedulerService_->
StartWork
(workInfo);
in TirggerBatteryStatusListener()
62
workSchedulerService_->
StartWork
(workInfo);
in TirggerStorageLevelListener()
80
workSchedulerService_->
StartWork
(workInfo);
in TirggerChargerListener()
98
workSchedulerService_->
StartWork
(workInfo);
in TirggerNetworkListener()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H
A
D
start_work.h
26
napi_value
StartWork
(napi_env env, napi_callback_info info);
/foundation/resourceschedule/work_scheduler/services/native/include/
H
A
D
work_conn_manager.h
38
bool
StartWork
(std::shared_ptr<WorkStatus> workStatus);
H
A
D
work_scheduler_service.h
67
int32_t
StartWork
(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/frameworks/include/
H
A
D
workscheduler_srv_client.h
38
ErrCode
StartWork
(WorkInfo& workInfo);
H
A
D
iwork_sched_service.h
40
virtual int32_t
StartWork
(WorkInfo& workInfo) = 0;
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/
H
A
D
workschedulerstopandcancelwork_fuzzer.cpp
60
workSchedulerService_->
StartWork
(workInfo);
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H
A
D
work_sched_service_proxy.h
41
int32_t
StartWork
(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H
A
D
workschedulerstopwork_fuzzer.cpp
60
workSchedulerService_->
StartWork
(workInfo);
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H
A
D
workscheduler_srv_client.cpp
78
ErrCode WorkSchedulerSrvClient::
StartWork
(WorkInfo& workInfo)
in StartWork()
function in OHOS::WorkScheduler::WorkSchedulerSrvClient
87
return iWorkSchedService_->
StartWork
(workInfo);
in StartWork()
/foundation/resourceschedule/work_scheduler/services/test/src/
H
A
D
work_conn_manager_test.cpp
111
* @tc.desc: Test WorkConnManager
StartWork
.
127
bool ret = workConnManager_->
StartWork
(workStatus);
in HWTEST_F()
133
* @tc.desc: Test WorkConnManager
StartWork
.
145
bool ret = workConnManager_->
StartWork
(workStatus);
in HWTEST_F()
H
A
D
workschedulerservice_test.cpp
108
int32_t
StartWork
(WorkInfo& workInfo) { return 0; }
in StartWork()
function in OHOS::WorkScheduler::MyWorkSchedulerService
143
ret = workSchedulerService_->
StartWork
(workinfo);
in HWTEST_F()
147
ret = workSchedulerService_->
StartWork
(workinfo);
in HWTEST_F()
151
ret = workSchedulerService_->
StartWork
(workinfo);
in HWTEST_F()
155
ret = workSchedulerService_->
StartWork
(workinfo);
in HWTEST_F()
157
ret = workSchedulerService_->
StartWork
(workinfo);
in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H
A
D
work_sched_client_test.cpp
39
* @tc.desc: Test
StartWork
46
auto ret = WorkSchedulerSrvClient::GetInstance().
StartWork
(workInfo);
in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_conn_manager.cpp
63
bool WorkConnManager::
StartWork
(shared_ptr<WorkStatus> workStatus)
in StartWork()
function in OHOS::WorkScheduler::WorkConnManager
H
A
D
work_policy_manager.cpp
410
bool ret = workConnManager_->
StartWork
(topWork);
in RealStartWork()
667
bool ret = workConnManager_->
StartWork
(topWork);
in TriggerIdeWork()
H
A
D
work_scheduler_service.cpp
600
int32_t WorkSchedulerService::
StartWork
(WorkInfo& workInfo)
in StartWork()
function in OHOS::WorkScheduler::WorkSchedulerService
602
HitraceScoped traceScoped(HITRACE_TAG_OHOS, "WorkSchedulerService::
StartWork
");
in StartWork()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H
A
D
work_scheduler_ffi.cpp
36
ErrCode errCode = WorkSchedulerSrvClient::GetInstance().
StartWork
(workInfo);
in CJ_StartWork()
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H
A
D
work_sched_service_stub.cpp
156
return
StartWork
(*workInfo);
in StartWorkStub()
H
A
D
work_sched_service_proxy.cpp
26
int32_t WorkSchedServiceProxy::
StartWork
(WorkInfo& workInfo)
in StartWork()
function in OHOS::WorkScheduler::WorkSchedServiceProxy
28
WS_HILOGI("proxy Call
StartWork
come in");
in StartWork()
42
WS_HILOGE("
StartWork
failed, write workinfo failed!");
in StartWork()
Completed in 11 milliseconds