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
defs:scheduler
(Results
1 - 25
of
73
) sorted by relevance
1
2
3
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H
A
D
wifi_direct_scheduler_factory.h
40
void Register(const std::shared_ptr<WifiDirectScheduler> &
scheduler
)
in Register()
argument
H
A
D
wifi_direct_executor_factory.h
36
std::shared_ptr<WifiDirectExecutor> NewExecutor(const std::string &remoteDeviceId, WifiDirectScheduler &
scheduler
,
in NewExecutor()
argument
H
A
D
wifi_direct_executor.cpp
29
WifiDirectExecutor::WifiDirectExecutor(const std::string &remoteDeviceId, WifiDirectScheduler &
scheduler
,
in WifiDirectExecutor()
argument
/foundation/ability/ability_runtime/test/fuzztest/releasedataability_fuzzer/
H
A
D
releasedataability_fuzzer.cpp
50
sptr<IAbilityScheduler>
scheduler
;
in DoSomethingInterestingWithMyAPI()
local
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
interpolator.h
66
auto
scheduler
= weakScheduler.Upgrade();
in RunAsync()
local
H
A
D
keyframe_animation.h
105
auto
scheduler
= weakScheduler.Upgrade();
variable
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/
H
A
D
dps.cpp
28
std::shared_ptr<SchedulerManager>
scheduler
;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H
A
D
template_data.h
40
std::string
scheduler
;
member
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_mgr_test/
H
A
D
ipc_ability_mgr_module_test.cpp
282
sptr<MockAbilityScheduler>
scheduler
= new MockAbilityScheduler();
in HWTEST_F()
local
315
sptr<MockAbilityScheduler>
scheduler
= new MockAbilityScheduler();
in HWTEST_F()
local
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H
A
D
ability_scheduler.cpp
29
AbilityScheduler::AbilityScheduler(AbilityEventHandler &eventHandler, Scheduler &
scheduler
)
in AbilityScheduler()
argument
36
auto
scheduler
= static_cast<AbilityScheduler *>(option.args);
in AmsCallback()
local
[all...]
/foundation/ability/ability_runtime/test/unittest/lifecycle_test/
H
A
D
lifecycle_test.cpp
86
AttachAbility( const OHOS::sptr<OHOS::AAFwk::AbilityScheduler>&
scheduler
, const OHOS::sptr<OHOS::IRemoteObject>& token)
AttachAbility()
argument
/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
H
A
D
abilitychildprocessrecord_fuzzer.cpp
67
sptr<IChildScheduler>
scheduler
;
in DoSomethingInterestingWithMyAPI()
local
/foundation/ability/ability_runtime/test/fuzztest/attachabilitythread_fuzzer/
H
A
D
attachabilitythread_fuzzer.cpp
193
sptr<IAbilityScheduler>
scheduler
= new AbilitySchedulerFuzzTest();
in DoSomethingInterestingWithMyAPI()
local
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H
A
D
child_process_record_test.cpp
189
sptr<IChildScheduler>
scheduler
;
in HWTEST_F()
local
206
sptr<IChildScheduler>
scheduler
;
in HWTEST_F()
local
240
sptr<IChildScheduler>
scheduler
;
in HWTEST_F()
local
276
sptr<IChildScheduler>
scheduler
;
in HWTEST_F()
local
294
sptr<IChildScheduler>
scheduler
;
in HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H
A
D
ability_record_test_call.cpp
192
OHOS::sptr<AbilitySchedulerMockFunction>
scheduler
= new AbilitySchedulerMockFunction();
in HWTEST_F()
local
298
OHOS::sptr<AbilitySchedulerMockFunction>
scheduler
= new AbilitySchedulerMockFunction();
in HWTEST_F()
local
320
OHOS::sptr<AbilitySchedulerMock>
scheduler
= new AbilitySchedulerMock();
in HWTEST_F()
local
/foundation/systemabilitymgr/samgr/test/fuzztest/samgrdumper_fuzzer/
H
A
D
samgrdumper_fuzzer.cpp
60
std::shared_ptr<SystemAbilityStateScheduler>
scheduler
= std::make_shared<SystemAbilityStateScheduler>();
in SamgrDumperFuzzTest()
local
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicethird_fuzzer/
H
A
D
abilitymanagerservicethird_fuzzer.cpp
81
sptr<IAbilityScheduler>
scheduler
;
in DoSomethingInterestingWithMyAPI()
local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
lifecycle_deal.cpp
29
void LifecycleDeal::SetScheduler(const sptr<IAbilityScheduler> &
scheduler
)
in SetScheduler()
argument
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_account_test/
H
A
D
ability_manager_service_account_test.cpp
1364
OHOS::sptr<IAbilityScheduler>
scheduler
= new AbilityScheduler();
in HWTEST_F()
local
/foundation/ability/ability_runtime/test/fuzztest/dataabilitymanager_fuzzer/
H
A
D
dataabilitymanager_fuzzer.cpp
83
sptr<IAbilityScheduler>
scheduler
;
in DoSomethingInterestingWithMyAPI()
local
/foundation/ability/ability_runtime/test/unittest/call_container_test/
H
A
D
call_container_test.cpp
155
OHOS::sptr<IAbilityScheduler>
scheduler
= new AbilitySchedulerMock();
in HWTEST_F()
local
178
auto
scheduler
= new AbilitySchedulerMockFunction();
in HWTEST_F()
local
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H
A
D
data_ability_record.cpp
106
int DataAbilityRecord::Attach(const sptr<IAbilityScheduler> &
scheduler
)
in Attach()
argument
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
executor_pool.h
59
std::shared_ptr<Executor>
scheduler
;
in ~ExecutorPool()
local
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H
A
D
executor_pool.h
62
std::shared_ptr<Executor>
scheduler
;
in ~ExecutorPool()
local
/foundation/ability/ability_runtime/test/fuzztest/abilityconnectmanager_fuzzer/
H
A
D
abilityconnectmanager_fuzzer.cpp
106
sptr<IAbilityScheduler>
scheduler
= nullptr;
in DoSomethingInterestingWithMyAPI()
local
Completed in 14 milliseconds
1
2
3