Home
last modified time | relevance | path

Searched refs:runOnCreate (Results 1 – 25 of 195) sorted by relevance

12345678

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp69 runOnCreate = false; in FwkServicesServicesFuzzTest()
71 runOnCreate = true; in FwkServicesServicesFuzzTest()
84 runOnCreate = false; in FwkServicesInitLocalDevInfoFuzzTest()
86 runOnCreate = true; in FwkServicesInitLocalDevInfoFuzzTest()
100 runOnCreate = false; in FwkServicesOnStopFuzzTest()
102 runOnCreate = true; in FwkServicesOnStopFuzzTest()
118 runOnCreate = true; in FwkServicesQueryLocalSysSpecFuzzTest()
136 runOnCreate = true; in FwkServicesQueryDhSysSpecFuzzTest()
155 runOnCreate = true; in FwkServicesInitializeAVCenterFuzzTest()
174 runOnCreate = true; in FwkServicesReleaseAVCenterFuzzTest()
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_ability_test.cpp43 bool runOnCreate = true; variable
44 AdvancedNotificationServiceAbility(systemAbilityId, runOnCreate);
56 bool runOnCreate = true; variable
57 AdvancedNotificationServiceAbility test(systemAbilityId, runOnCreate);
70 bool runOnCreate = true; variable
71 AdvancedNotificationServiceAbility test(systemAbilityId, runOnCreate);
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_proxy_test.cpp115 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 Davsession_dumper_test.cpp70 bool runOnCreate = true; variable
71 sptr<AVSessionService> sessionService = new AVSessionService(systemAbilityId, runOnCreate);
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
[all …]
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkstubdaudiosinkstub_fuzzer/
H A Dsinkstubdaudiosinkstub_fuzzer.cpp38 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubDaudioSinkStubFuzzTest() local
39 auto dAudioSinkService = std::make_shared<DAudioSinkService>(saId, runOnCreate); in SinkStubDaudioSinkStubFuzzTest()
80 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubSubscribeLocalHardwareInnerFuzzTest() local
81 auto dAudioSinkService = std::make_shared<DAudioSinkService>(saId, runOnCreate); in SinkStubSubscribeLocalHardwareInnerFuzzTest()
105 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubUnsubscribeLocalHardwareInnerFuzzTest() local
106 auto dAudioSinkService = std::make_shared<DAudioSinkService>(saId, runOnCreate); in SinkStubUnsubscribeLocalHardwareInnerFuzzTest()
130 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubDAudioNotifyInnerFuzzTest() local
131 auto dAudioSinkService = std::make_shared<DAudioSinkService>(saId, runOnCreate); in SinkStubDAudioNotifyInnerFuzzTest()
155 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubPauseDistributedHardwareInnerFuzzTest() local
180 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkStubResumeDistributedHardwareInnerFuzzTest() local
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_ability_test/
H A Dcommon_event_manager_service_ability_test.cpp63 bool runOnCreate = true; in HWTEST_F() local
65 std::make_shared<CommonEventManagerServiceAbility>(systemAbilityId, runOnCreate); in HWTEST_F()
81 bool runOnCreate = true; in HWTEST_F() local
83 std::make_shared<CommonEventManagerServiceAbility>(systemAbilityId, runOnCreate); in HWTEST_F()
100 bool runOnCreate = true; in HWTEST_F() local
102 std::make_shared<CommonEventManagerServiceAbility>(systemAbilityId, runOnCreate); in HWTEST_F()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/system_ability_mock/
H A Dsystem_ability.h25 #define REGISTER_SYSTEM_ABILITY(abilityClassName, abilityId, runOnCreate) argument
66 SystemAbility(bool runOnCreate = false)
68 TAG_LOGD(AAFwkTag::TEST, "Mock SystemAbility default Creator called %d", runOnCreate);
71 SystemAbility(const int32_t serviceId, bool runOnCreate = false)
73 TAG_LOGD(AAFwkTag::TEST, "Mock SystemAbility Creator called %d", runOnCreate);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dsystem_ability.h25 #define REGISTER_SYSTEM_ABILITY(abilityClassName, abilityId, runOnCreate) argument
61 SystemAbility(bool runOnCreate = false)
63 TAG_LOGD(AAFwkTag::TEST, "Mock SystemAbility default Creator called %d", runOnCreate);
66 SystemAbility(const int32_t serviceId, bool runOnCreate = false)
68 TAG_LOGD(AAFwkTag::TEST, "Mock SystemAbility Creator called %d", runOnCreate);
/ohos5.0/foundation/ability/ability_runtime/test/mock/system_ability_mock/
H A Dsystem_ability.h25 #define REGISTER_SYSTEM_ABILITY(abilityClassName, abilityId, runOnCreate) argument
66 SystemAbility(bool runOnCreate = false)
68 TAG_LOGD(AAFwkTag::TEST, "Mock SystemAbility default Creator called %d", runOnCreate);
71 SystemAbility(const int32_t serviceId, bool runOnCreate = false)
73 TAG_LOGD(AAFwkTag::TEST, "Mock SystemAbility Creator called %d", runOnCreate);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/
H A Dsystem_ability_mock.cpp34 SystemAbility::SystemAbility(bool runOnCreate) in SystemAbility() argument
37 UNITTEST_INFO_LOG("runOnCreate:%d", runOnCreate); in SystemAbility()
40 mock->SystemAbilityCtor(runOnCreate); in SystemAbility()
43 SystemAbility::SystemAbility(const int32_t serviceId, bool runOnCreate) in SystemAbility() argument
46 UNITTEST_INFO_LOG("serviceId:%d, runOnCreate:%d", serviceId, runOnCreate); in SystemAbility()
49 mock->SystemAbilityCtor(serviceId, runOnCreate); in SystemAbility()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dsystem_ability.h24 #define REGISTER_SYSTEM_ABILITY(abilityClassName, abilityId, runOnCreate) argument
66 explicit SystemAbility(bool runOnCreate = false)
68 TAG_LOGD(AAFwkTag::TEST, "Mock SystemAbility default Creator called %d", runOnCreate);
71 SystemAbility(const int32_t serviceId, bool runOnCreate = false)
73 TAG_LOGD(AAFwkTag::TEST, "Mock SystemAbility Creator called %d", runOnCreate);
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_service_ability_test.cpp60 bool runOnCreate = true; variable
61 …viceAbility concurrenttaskserviceability = ConcurrentTaskServiceAbility(sysAbilityId, runOnCreate);
75 bool runOnCreate = true; variable
78 …viceAbility concurrenttaskserviceability = ConcurrentTaskServiceAbility(sysAbilityId, runOnCreate);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/include/
H A Dsystem_ability.h45 MOCK_METHOD(void, SystemAbilityCtor, (const int32_t serviceId, bool runOnCreate));
46 MOCK_METHOD(void, SystemAbilityCtor, (bool runOnCreate));
58 explicit SystemAbility(bool runOnCreate = false);
59 SystemAbility(const int32_t serviceId, bool runOnCreate = false);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/mock/src/
H A Dmock_system_ability.cpp23 SystemAbility::SystemAbility(bool runOnCreate) in SystemAbility() argument
26 isRunOnCreate_ = runOnCreate; in SystemAbility()
33 SystemAbility::SystemAbility(int32_t systemAbilityId, bool runOnCreate) : SystemAbility(runOnCreate) in SystemAbility() argument
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H A Dmock_samanager.cpp49 bool runOnCreate = false; in GetDInputSourceProxy() local
52 dInputSourceProxy_ = new DistributedInputSourceManager(saId, runOnCreate); in GetDInputSourceProxy()
76 bool runOnCreate = false; in GetDInputSinkProxy() local
79 dInputSinkProxy_ = new DistributedInputSinkManager(saId, runOnCreate); in GetDInputSinkProxy()
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dsystem_ability.h29 #define REGISTER_SYSTEM_ABILITY_BY_ID(abilityClassName, systemAbilityId, runOnCreate) \ argument
31 SystemAbility::MakeAndRegisterAbility(new abilityClassName(systemAbilityId, runOnCreate));
193 SystemAbility(bool runOnCreate = false);
194 SystemAbility(int32_t systemAbilityId, bool runOnCreate = false);
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsystem_ability.h29 #define REGISTER_SYSTEM_ABILITY_BY_ID(abilityClassName, systemAbilityId, runOnCreate) \ argument
31 SystemAbility::MakeAndRegisterAbility(new abilityClassName(systemAbilityId, runOnCreate));
193 SystemAbility(bool runOnCreate = false);
194 SystemAbility(int32_t systemAbilityId, bool runOnCreate = false);
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dmock_sa_realize.cpp17 …ze::MockSaRealize(int32_t systemAbilityId, bool runOnCreate) : SystemAbility(systemAbilityId, runO… in MockSaRealize() argument
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_system_ability.cpp22 SystemAbility::SystemAbility(bool runOnCreate) in SystemAbility() argument
26 isRunOnCreate_ = runOnCreate; in SystemAbility()
32 SystemAbility::SystemAbility(int32_t systemAbilityId, bool runOnCreate) : SystemAbility(runOnCreate) in SystemAbility() argument
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_system_ability.cpp22 SystemAbility::SystemAbility(bool runOnCreate) in SystemAbility() argument
26 isRunOnCreate_ = runOnCreate; in SystemAbility()
32 SystemAbility::SystemAbility(int32_t systemAbilityId, bool runOnCreate) : SystemAbility(runOnCreate) in SystemAbility() argument
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/connect_ability/src/
H A Dtest_connect_ability.cpp25 …onnectAbility::TestConnectAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreat… in TestConnectAbility() argument
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/src/
H A Ddemo_service.cpp25 DemoService::DemoService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in DemoService() argument
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/incomplete_ability/src/
H A Dtest_incomplete_ability.cpp25 …eteAbility::TestIncompleteAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreat… in TestIncompleteAbility() argument
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/tt_ability/src/
H A Dtest_tt_ability.cpp25 TestTtAbility::TestTtAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in TestTtAbility() argument
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkservicereleasesink_fuzzer/
H A Dsinkservicereleasesink_fuzzer.cpp34 bool runOnCreate = *(reinterpret_cast<const bool*>(data)); in SinkServiceReleaseSinkFuzzTest() local
36 auto dAudioSinkService = std::make_shared<DAudioSinkService>(saId, runOnCreate); in SinkServiceReleaseSinkFuzzTest()

12345678