Home
last modified time | relevance | path

Searched refs:GetCallerIndex (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dtelephony_extension_wrapper.cpp46 ErrCode TelExtensionWrapper::GetCallerIndex( in GetCallerIndex() function in OHOS::Notification::TelExtensionWrapper
50 ANS_LOGE("GetCallerIndex wrapper symbol failed"); in GetCallerIndex()
H A Dadvanced_datashare_helper.cpp162 resultId = TEL_EXTENTION_WRAPPER->GetCallerIndex(resultSet, phoneNumber); in QueryContact()
/base/notification/distributed_notification_service/services/ans/include/
H A Dtelephony_extension_wrapper.h31 ErrCode GetCallerIndex(std::shared_ptr<DataShare::DataShareResultSet> resultSet, std::string compNum);
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_data_base_helper.cpp411 int resultId = GetCallerIndex(resultSet, contactInfo.number); in QueryContactInfoEnhanced()
428 int GetCallerIndex(std::shared_ptr<DataShare::DataShareResultSet> resultSet, in GetCallerIndex() function
436 typedef int (*GetCallerIndex) (std::shared_ptr<DataShare::DataShareResultSet>, std::string); in GetCallerIndex() typedef
437 GetCallerIndex getCallerIndex = reinterpret_cast<GetCallerIndex>(dlsym(telephonyHandle, "GetCallerNumIndex")); in GetCallerIndex()
/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dcall_data_base_helper.h101 int GetCallerIndex(std::shared_ptr<DataShare::DataShareResultSet> resultSet, std::string phoneNumber);

Completed in 3 milliseconds