Home
last modified time | relevance | path

Searched refs:PARAMETERS_KEY_SLOTID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_locator.cpp36 const char* MyLocationEngine::PARAMETERS_KEY_SLOTID = "slotId"; member in OHOS::Telephony::MyLocationEngine
378 want.SetParam(PARAMETERS_KEY_SLOTID, std::to_string(info.accountId)); in StartEccService()
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/include/
H A Dcall_earthquake_alarm_locator.h117 static const char* PARAMETERS_KEY_SLOTID; variable