Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dtelephony_extension_wrapper.h30 …(*GET_CALLER_INDEX)(std::shared_ptr<DataShare::DataShareResultSet> resultSet, std::string compNum);
31 …Code GetCallerIndex(std::shared_ptr<DataShare::DataShareResultSet> resultSet, std::string compNum);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dtelephony_extension_wrapper.cpp47 std::shared_ptr<DataShare::DataShareResultSet> resultSet, std::string compNum) in GetCallerIndex() argument
53 return getCallerIndex_(resultSet, compNum); in GetCallerIndex()