Home
last modified time | relevance | path

Searched refs:GetBindTime (Results 1 – 12 of 12) sorted by relevance

/base/telephony/cellular_call/services/common/src/
Dcellular_call_dump_helper.cpp52 .append(DelayedSingleton<CellularCallService>::GetInstance()->GetBindTime()) in ShowCellularCallInfo()
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_dump_helper.cpp66 result.append(DelayedSingleton<CallManagerService>::GetInstance()->GetBindTime()); in ShowCallManagerInfo()
Dcall_manager_service.cpp167 std::string CallManagerService::GetBindTime() in GetBindTime() function in OHOS::Telephony::CallManagerService
/base/telephony/sms_mms/services/
Dsms_dump_helper.cpp65 result.append(DelayedSingleton<SmsService>::GetInstance()->GetBindTime()); in ShowSmsInfo()
Dsms_service.cpp130 std::string SmsService::GetBindTime() in GetBindTime() function in OHOS::Telephony::SmsService
/base/telephony/core_service/services/core/src/
Dcore_service_dump_helper.cpp62 result.append(std::to_string(DelayedSingleton<CoreService>::GetInstance()->GetBindTime())); in ShowCoreServiceTimeInfo()
Dcore_service.cpp1162 int64_t CoreService::GetBindTime() in GetBindTime() function in OHOS::Telephony::CoreService
/base/telephony/sms_mms/services/include/
Dsms_service.h37 std::string GetBindTime();
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_service.h65 std::string GetBindTime();
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_service.h77 std::string GetBindTime();
/base/telephony/core_service/services/core/include/
Dcore_service.h215 int64_t GetBindTime();
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp273 std::string CellularCallService::GetBindTime() in GetBindTime() function in OHOS::Telephony::CellularCallService