Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h36 typedef void (*ON_CELL_INFO_UPDATE)(int32_t slotId, TelephonyStateRegistryRecord record, typedef
45 ON_CELL_INFO_UPDATE onCellInfoUpdated_ = nullptr;
/ohos5.0/base/telephony/state_registry/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp47 …onCellInfoUpdated_ = (ON_CELL_INFO_UPDATE)dlsym(telephonyExtWrapperHandle_, "OnCellInfoUpdatedExt"… in InitTelephonyExtWrapper()