/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/ |
H A D | distributedfwkservices_fuzzer.cpp | 67 bool runOnCreate = false; in FwkServicesServicesFuzzTest() local 82 bool runOnCreate = false; in FwkServicesInitLocalDevInfoFuzzTest() local 98 bool runOnCreate = false; in FwkServicesOnStopFuzzTest() local 114 bool runOnCreate = false; in FwkServicesQueryLocalSysSpecFuzzTest() local 132 bool runOnCreate = false; in FwkServicesQueryDhSysSpecFuzzTest() local 151 bool runOnCreate = false; in FwkServicesInitializeAVCenterFuzzTest() local 170 bool runOnCreate = false; in FwkServicesReleaseAVCenterFuzzTest() local 188 bool runOnCreate = false; in FwkServicesCreateControlChannelFuzzTest() local 207 bool runOnCreate = false; in FwkServicesRegisterCtlCenterCallbackFuzzTest() local 227 bool runOnCreate = false; in FwkServicesNotifySourceRemoteSinkStartedFuzzTest() local [all …]
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_ability_test.cpp | 43 bool runOnCreate = true; variable 56 bool runOnCreate = true; variable 70 bool runOnCreate = true; variable
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_proxy_test.cpp | 115 bool runOnCreate = true; variable 155 bool runOnCreate = true; variable 195 bool runOnCreate = true; variable 237 bool runOnCreate = true; variable 281 bool runOnCreate = true; variable 323 bool runOnCreate = true; variable 365 bool runOnCreate = true; variable 412 bool runOnCreate = true; variable 454 bool runOnCreate = true; variable 495 bool runOnCreate = true; variable [all …]
|
H A D | avsession_dumper_test.cpp | 70 bool runOnCreate = true; variable 125 bool runOnCreate = true; variable 171 bool runOnCreate = true; variable 219 bool runOnCreate = true; variable 265 bool runOnCreate = true; variable 311 bool runOnCreate = true; variable 358 bool runOnCreate = true; variable 404 bool runOnCreate = true; variable 457 bool runOnCreate = true; variable 504 bool runOnCreate = true; variable
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_service_ability_test.cpp | 60 bool runOnCreate = true; variable 75 bool runOnCreate = true; variable
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_ability_test/ |
H A D | common_event_manager_service_ability_test.cpp | 63 bool runOnCreate = true; in HWTEST_F() local 81 bool runOnCreate = true; in HWTEST_F() local 100 bool runOnCreate = true; in HWTEST_F() local
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkstubdaudiosinkstub_fuzzer/ |
H A D | sinkstubdaudiosinkstub_fuzzer.cpp | 38 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubDaudioSinkStubFuzzTest() local 80 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubSubscribeLocalHardwareInnerFuzzTest() local 105 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubUnsubscribeLocalHardwareInnerFuzzTest() local 130 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubDAudioNotifyInnerFuzzTest() local 155 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubPauseDistributedHardwareInnerFuzzTest() local 180 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubResumeDistributedHardwareInnerFuzzTest() local 205 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubStopDistributedHardwareInnerFuzzTest() local
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/include/ |
H A D | daudio_source_service.h | 34 DAudioSourceService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) {}; in DAudioSourceService()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | mock_sa_realize.cpp | 17 MockSaRealize::MockSaRealize(int32_t systemAbilityId, bool runOnCreate) : SystemAbility(systemAbili… in MockSaRealize()
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/ |
H A D | display_system_ability.h | 32 DisplaySystemAbility(int32_t id, bool runOnCreate) : SystemAbility(id, runOnCreate) {} in DisplaySystemAbility()
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_service_ability.h | 28 …ConcurrentTaskServiceAbility(int32_t sysAbilityId, bool runOnCreate) : SystemAbility(sysAbilityId,… in ConcurrentTaskServiceAbility()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/ |
H A D | res_sched_service_ability.h | 30 …ResSchedServiceAbility(int32_t sysAbilityId, bool runOnCreate) : SystemAbility(sysAbilityId, runOn… in ResSchedServiceAbility()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/include/ |
H A D | res_sched_exe_service_ability.h | 38 …ResSchedExeServiceAbility(int32_t sysAbilityId, bool runOnCreate) : SystemAbility(sysAbilityId, ru… in ResSchedExeServiceAbility()
|
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/ |
H A D | quick_fix_manager_service_ability.cpp | 25 …nagerServiceAbility::QuickFixManagerServiceAbility(const int32_t systemAbilityId, bool runOnCreate) in QuickFixManagerServiceAbility()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/connect_ability/src/ |
H A D | test_connect_ability.cpp | 25 TestConnectAbility::TestConnectAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnC… in TestConnectAbility()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/src/ |
H A D | demo_service.cpp | 25 DemoService::DemoService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in DemoService()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/incomplete_ability/src/ |
H A D | test_incomplete_ability.cpp | 25 TestIncompleteAbility::TestIncompleteAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, … in TestIncompleteAbility()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/tt_ability/src/ |
H A D | test_tt_ability.cpp | 25 TestTtAbility::TestTtAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in TestTtAbility()
|
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/ |
H A D | mock_samanager.cpp | 49 bool runOnCreate = false; in GetDInputSourceProxy() local 76 bool runOnCreate = false; in GetDInputSinkProxy() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/ |
H A D | system_ability_mock.cpp | 34 SystemAbility::SystemAbility(bool runOnCreate) in SystemAbility() 43 SystemAbility::SystemAbility(const int32_t serviceId, bool runOnCreate) in SystemAbility()
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_manager_service_ability.cpp | 28 …erServiceAbility::CommonEventManagerServiceAbility(const int32_t systemAbilityId, bool runOnCreate) in CommonEventManagerServiceAbility()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/mock/src/ |
H A D | mock_system_ability.cpp | 23 SystemAbility::SystemAbility(bool runOnCreate) in SystemAbility() 33 SystemAbility::SystemAbility(int32_t systemAbilityId, bool runOnCreate) : SystemAbility(runOnCreate) in SystemAbility()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkservicepausedistributedhardware_fuzzer/ |
H A D | sinkservicepausedistributedhardware_fuzzer.cpp | 34 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkServicePauseDistributedHardwareFuzzTest() local
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkservicereleasesink_fuzzer/ |
H A D | sinkservicereleasesink_fuzzer.cpp | 34 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkServiceReleaseSinkFuzzTest() local
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkserviceresumedistributedhardware_fuzzer/ |
H A D | sinkserviceresumedistributedhardware_fuzzer.cpp | 34 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkServiceResumeDistributedHardwareFuzzTest() local
|