Home
last modified time | relevance | path

Searched refs:GET_IMEI (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/satellite/
H A Dsatellite_service_ipc_interface_code.h28 GET_IMEI, enumerator
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_ipc_interface_code.h32 GET_IMEI, enumerator
/ohos5.0/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_proxy.cpp229 …int32_t ret = remote->SendRequest(uint32_t(SatelliteServiceInterfaceCode::GET_IMEI), data, reply, … in GetImei()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsatellite_service_test.cpp201 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteServiceInterfaceCode::GET_IMEI));
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp95 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::GET_IMEI)] = in AddHandlerDeviceToMap()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp477 …int32_t error = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_IMEI), data, reply, opt… in GetImei()