Home
last modified time | relevance | path

Searched refs:IsValidSlotIdEx (Results 1 - 10 of 10) sorted by relevance

/base/telephony/core_service/frameworks/cj/telephony_sim/src/
H A Dtelephony_sim_impl.cpp103 static inline bool IsValidSlotIdEx(int32_t slotId) in IsValidSlotIdEx() function
229 if (!IsValidSlotIdEx(slotId)) { in hasSimCard()
261 if (!IsValidSlotIdEx(slotId)) { in getSimAccountInfo()
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_impl.cpp92 static inline bool IsValidSlotIdEx(int32_t slotId) in IsValidSlotIdEx() function
212 if (!IsValidSlotIdEx(slotId)) { in GetNetworkState()
299 if (!IsValidSlotIdEx(slotId)) { in GetSignalInfoList()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_state_registry.cpp60 static inline bool IsValidSlotIdEx(TelephonyUpdateEventType eventType, int32_t slotId) in IsValidSlotIdEx() function
84 if (!IsValidSlotIdEx(asyncContext->eventType, asyncContext->slotId)) { in NativeOn()
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_impl.cpp109 static bool IsValidSlotIdEx(TelephonyUpdateEventType eventType, int32_t slotId) in IsValidSlotIdEx() function
147 if (!IsValidSlotIdEx(listener.eventType, listener.slotId)) { in NativeOn()
/base/telephony/cellular_data/frameworks/js/napi/src/
H A Dnapi_cellular_data.cpp49 static inline bool IsValidSlotIdEx(int32_t slotId) in IsValidSlotIdEx() function
660 if (IsValidSlotIdEx(result) || result == DEFAULT_SIM_SLOT_ID_REMOVE) { in NativeGetDefaultCellularDataSlotId()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_proxy.h82 bool IsValidSlotIdEx(int32_t slotId);
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp116 static inline bool IsValidSlotIdEx(int32_t slotId) in IsValidSlotIdEx() function
220 if (!IsValidSlotIdEx(asyncContext->slotId)) { in NativeGetSignalInfoList()
379 if (!IsValidSlotIdEx(asyncContext->slotId)) { in NativeGetNetworkState()
2918 if (!IsValidSlotIdEx(slotId)) { in ObserverOn()
2981 if (!IsValidSlotIdEx(slotId)) { in ObserverOff()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_native_branch_test.cpp191 EXPECT_FALSE(coreServiceProxy.IsValidSlotIdEx(INVALID_SLOTID)); in HWTEST_F()
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp56 static inline bool IsValidSlotIdEx(int32_t slotId) in IsValidSlotIdEx() function
1272 if (!IsValidSlotIdEx(info->asyncContext.slotId)) { in NativeGetSimAccountInfo()
1596 if (!IsValidSlotIdEx(reVal->slotId)) { in NativeHasSimCard()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp1142 if (!IsValidSlotIdEx(slotId)) { in GetSimAccountInfo()
1512 bool CoreServiceProxy::IsValidSlotIdEx(int32_t slotId) in IsValidSlotIdEx() function in OHOS::Telephony::CoreServiceProxy

Completed in 28 milliseconds