Home
last modified time | relevance | path

Searched refs:sendEvent_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/src/
H A Dtelephony_ext_wrapper.cpp197 sendEvent_ = (SEND_EVENT) dlsym(telephonyExtWrapperHandle_, "SendEvent"); in InitTelephonyExtWrapperForSim()
200 sendEvent_ == nullptr || initBip_ == nullptr) { in InitTelephonyExtWrapperForSim()
/ohos5.0/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h145 SEND_EVENT sendEvent_ = nullptr; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp341 if (TELEPHONY_EXT_WRAPPER.sendEvent_ && in CheckIsBipCmd()
342 TELEPHONY_EXT_WRAPPER.sendEvent_(std::make_shared<std::string>(cmdData), slotId_)) { in CheckIsBipCmd()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1329 ASSERT_EQ(TELEPHONY_EXT_WRAPPER.sendEvent_, nullptr);