Home
last modified time | relevance | path

Searched refs:GetServiceRunningState (Results 1 - 25 of 51) sorted by relevance

123

/base/telephony/call_manager/test/fuzztest/common_fuzzer/
H A Daddcalltoken_fuzzer.cpp31 if (DelayedSingleton<CallManagerService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/cellular_call/test/fuzztest/satellitecallback_fuzzer/
H A Dsatellitecallback_fuzzer.cpp45 if (service->GetServiceRunningState() != SERVICE_STATE_RUNNING) { in IsServiceInited()
49 if (!g_isInited && service->GetServiceRunningState() == SERVICE_STATE_RUNNING) { in IsServiceInited()
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp50 if (service->GetServiceRunningState() != SERVICE_STATE_RUNNING) { in IsServiceInited()
53 if (!g_isInited && service->GetServiceRunningState() == SERVICE_STATE_RUNNING) { in IsServiceInited()
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_dump_helper.cpp61 .append(std::to_string(DelayedSingleton<CellularCallService>::GetInstance()->GetServiceRunningState())) in ShowCellularCallInfo()
/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_dump_helper.cpp72 result.append(std::to_string(DelayedSingleton<CallManagerService>::GetInstance()->GetServiceRunningState())); in ShowCallManagerInfo()
/base/telephony/sms_mms/test/fuzztest/sendmessage_fuzzer/
H A Dsendmessage_fuzzer.cpp39 if (DelayedSingleton<SmsService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
135 service->GetServiceRunningState(); in SmsServiceInterfaceTest()
/base/telephony/sms_mms/test/fuzztest/sendmessagedata_fuzzer/
H A Dsendmessagedata_fuzzer.cpp39 if (DelayedSingleton<SmsService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/sms_mms/test/fuzztest/setgetsmsc_fuzzer/
H A Dsetgetsmsc_fuzzer.cpp38 if (DelayedSingleton<SmsService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/sms_mms/test/fuzztest/splitmessage_fuzzer/
H A Dsplitmessage_fuzzer.cpp36 if (DelayedSingleton<SmsService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/sms_mms/test/fuzztest/updatesimmessage_fuzzer/
H A Dupdatesimmessage_fuzzer.cpp37 if (DelayedSingleton<SmsService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_dump_helper.cpp91 result.append(std::to_string(dataService.GetServiceRunningState())); in ShowCellularDataInfo()
/base/telephony/sms_mms/services/sms/
H A Dsms_dump_helper.cpp74 result.append(std::to_string(DelayedSingleton<SmsService>::GetInstance()->GetServiceRunningState())); in ShowSmsInfo()
/base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/
H A Dsetvoicemailinfo_fuzzer.cpp41 if (DelayedSingleton<CoreService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/core_service/test/fuzztest/setshownumber_fuzzer/
H A Dsetshownumber_fuzzer.cpp40 if (DelayedSingleton<CoreService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/
H A Dgetsimeons_fuzzer.cpp41 if (DelayedSingleton<CoreService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
H A Dsendterminalresponsecmd_fuzzer.cpp39 if (DelayedSingleton<CoreService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/
H A Dsimauthentication_fuzzer.cpp44 if (DelayedSingleton<CoreService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/core_service/test/fuzztest/setshowname_fuzzer/
H A Dsetshowname_fuzzer.cpp41 if (DelayedSingleton<CoreService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/cellular_data/services/include/
H A Dcellular_data_service.h76 int32_t GetServiceRunningState();
/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/
H A Dtelephonyobserver_fuzzer.cpp41 if (DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_dump_helper.cpp94 result.append(std::to_string(service->GetServiceRunningState())); in ShowTelephonyChangeState()
/base/telephony/core_service/test/fuzztest/sendenvelopecmd_fuzzer/
H A Dsendenvelopecmd_fuzzer.cpp43 if (DelayedSingleton<CoreService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp42 if (DelayedSingleton<CoreService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/sms_mms/test/fuzztest/setgetcbconfig_fuzzer/
H A Dsetgetcbconfig_fuzzer.cpp44 if (DelayedSingleton<SmsService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()
/base/telephony/sms_mms/test/fuzztest/addsimmessage_fuzzer/
H A Daddsimmessage_fuzzer.cpp37 if (DelayedSingleton<SmsService>::GetInstance()->GetServiceRunningState() == in IsServiceInited()

Completed in 9 milliseconds

123