Home
last modified time | relevance | path

Searched defs:scheduler (Results 1 – 25 of 85) sorted by relevance

1234

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dchild_process_record_test.cpp189 sptr<IChildScheduler> scheduler; variable
206 sptr<IChildScheduler> scheduler; variable
240 sptr<IChildScheduler> scheduler; variable
276 sptr<IChildScheduler> scheduler; variable
294 sptr<IChildScheduler> scheduler; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test_call.cpp192 OHOS::sptr<AbilitySchedulerMockFunction> scheduler = new AbilitySchedulerMockFunction(); variable
298 OHOS::sptr<AbilitySchedulerMockFunction> scheduler = new AbilitySchedulerMockFunction(); variable
320 OHOS::sptr<AbilitySchedulerMock> scheduler = new AbilitySchedulerMock(); variable
H A Dability_record_test.cpp304 OHOS::sptr<IAbilityScheduler> scheduler = new AbilityScheduler(); variable
496 OHOS::sptr<IAbilityScheduler> scheduler = new AbilityScheduler(); variable
682 OHOS::sptr<IAbilityScheduler> scheduler = new AbilityScheduler(); variable
1611 sptr<IAbilityScheduler> scheduler = new AbilityScheduler(); variable
1629 sptr<IAbilityScheduler> scheduler = new AbilityScheduler(); variable
1646 sptr<IAbilityScheduler> scheduler = nullptr; variable
2841 sptr<IAbilityScheduler> scheduler = new AbilityScheduler(); variable
2860 sptr<IAbilityScheduler> scheduler = new AbilityScheduler(); variable
2879 sptr<IAbilityScheduler> scheduler = nullptr; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler_factory.h40 void Register(const std::shared_ptr<WifiDirectScheduler> &scheduler) in Register()
H A Dwifi_direct_executor_factory.h36 …<WifiDirectExecutor> NewExecutor(const std::string &remoteDeviceId, WifiDirectScheduler &scheduler, in NewExecutor()
H A Dwifi_direct_executor.cpp29 …rectExecutor::WifiDirectExecutor(const std::string &remoteDeviceId, WifiDirectScheduler &scheduler, in WifiDirectExecutor()
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dlib.rs31 mod scheduler; module
61 scheduler: Arc<Scheduler>, field
69 let scheduler = Arc::new(Scheduler::new()); in new() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dspawner.rs71 let scheduler: Weak<PlaceholderScheduler> = Weak::new(); in spawn() localVariable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/releasedataability_fuzzer/
H A Dreleasedataability_fuzzer.cpp50 sptr<IAbilityScheduler> scheduler; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dtemplate_data.h40 std::string scheduler; member
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_scheduler.cpp29 AbilityScheduler::AbilityScheduler(AbilityEventHandler &eventHandler, Scheduler &scheduler) in AbilityScheduler()
36 auto scheduler = static_cast<AbilityScheduler *>(option.args); in AmsCallback() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Ddata_ability_manager.cpp95 auto scheduler = dataAbilityRecord->GetScheduler(); in Acquire() local
122 const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &client, bool isNotHap) in Release()
177 bool DataAbilityManager::ContainsDataAbility(const sptr<IAbilityScheduler> &scheduler) in ContainsDataAbility()
194 int DataAbilityManager::AttachAbilityThread(const sptr<IAbilityScheduler> &scheduler, const sptr<IR… in AttachAbilityThread()
421 …tyRecord> DataAbilityManager::GetAbilityRecordByScheduler(const sptr<IAbilityScheduler> &scheduler) in GetAbilityRecordByScheduler()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/
H A Ddps.cpp28 std::shared_ptr<SchedulerManager> scheduler; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp508 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
575 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
623 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
665 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
707 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
758 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
801 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
818 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); in InspectProcessorState() local
983 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
1073 WifiDirectScheduler &scheduler = WifiDirectSchedulerFactory::GetInstance().GetScheduler(); variable
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ipc_ability_mgr_test/
H A Dipc_ability_mgr_module_test.cpp282 sptr<MockAbilityScheduler> scheduler = new MockAbilityScheduler(); variable
315 sptr<MockAbilityScheduler> scheduler = new MockAbilityScheduler(); variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp155 OHOS::sptr<IAbilityScheduler> scheduler = new AbilitySchedulerMock(); variable
178 auto scheduler = new AbilitySchedulerMockFunction(); variable
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrdumper_fuzzer/
H A Dsamgrdumper_fuzzer.cpp60 …std::shared_ptr<SystemAbilityStateScheduler> scheduler = std::make_shared<SystemAbilityStateSchedu… in SamgrDumperFuzzTest() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicethird_fuzzer/
H A Dabilitymanagerservicethird_fuzzer.cpp81 sptr<IAbilityScheduler> scheduler; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dkeyframe_animation.h105 auto scheduler = weakScheduler.Upgrade(); in RunAsync() local
H A Dscheduler.cpp38 auto scheduler = weak.Upgrade(); in Start() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
H A Dabilitychildprocessrecord_fuzzer.cpp76 sptr<IChildScheduler> scheduler; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/dataabilitymanager_fuzzer/
H A Ddataabilitymanager_fuzzer.cpp83 sptr<IAbilityScheduler> scheduler; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/request/request/services/src/manage/
H A Dmod.rs28 pub(crate) mod scheduler; module
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_client.cpp49 sptr<IAbilityScheduler> scheduler, sptr<IRemoteObject> token) in AttachAbilityThread()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dchild_process_record.cpp132 void ChildProcessRecord::SetScheduler(const sptr<IChildScheduler> &scheduler) in SetScheduler()

1234