Home
last modified time | relevance | path

Searched refs:SIM_SLOT_ID_1 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp33 const int32_t SIM_SLOT_ID_1 = 1; variable
81 callInfoForSlot1_.slotId = SIM_SLOT_ID_1; in Init()
376 ret = imsCallPtr_->CombineConference(SIM_SLOT_ID_1);
634 ret = imsCallPtr_->StopRtt(SIM_SLOT_ID_1);
866 ret = imsCallPtr_->SetMute(SIM_SLOT_ID_1, mute);
895 ret = imsCallPtr_->GetMute(SIM_SLOT_ID_1);
1031 ret = imsCallPtr_->GetClip(SIM_SLOT_ID_1);
1063 ret = imsCallPtr_->SetClir(SIM_SLOT_ID_1, action);
1093 ret = imsCallPtr_->GetClir(SIM_SLOT_ID_1);
1288 ret = imsCallPtr_->GetCallWaiting(SIM_SLOT_ID_1);
[all …]
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp168 slotId = SIM_SLOT_ID_1; in TearDownTestCase()
198 slotId = SIM_SLOT_ID_1; in SetUpTestCase()
421 if (!HasSimCard(SIM_SLOT_ID_1)) {
472 if (!HasSimCard(SIM_SLOT_ID_1)) {
542 if (!HasSimCard(SIM_SLOT_ID_1)) {
618 if (!HasSimCard(SIM_SLOT_ID_1)) {
689 if (!HasSimCard(SIM_SLOT_ID_1)) {
791 if (!HasSimCard(SIM_SLOT_ID_1)) {
874 if (!HasSimCard(SIM_SLOT_ID_1)) {
922 if (!HasSimCard(SIM_SLOT_ID_1)) {
[all …]
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp292 if (!StateRegistryTest::HasSimCard(SIM_SLOT_ID_1)) {
295 UpdateCallState(SIM_SLOT_ID_1);
318 if (!StateRegistryTest::HasSimCard(SIM_SLOT_ID_1)) {
321 UpdateCallStateForSlotId(SIM_SLOT_ID_1);
347 UpdateSignalInfo(SIM_SLOT_ID_1);
373 UpdateCellularDataConnectState(SIM_SLOT_ID_1);
399 UpdateCellularDataFlow(SIM_SLOT_ID_1);
425 UpdateSimState(SIM_SLOT_ID_1);
451 UpdateNetworkState(SIM_SLOT_ID_1);
477 UpdateCfuIndicator(SIM_SLOT_ID_1);
[all …]
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dedm_constants.h55 constexpr int32_t SIM_SLOT_ID_1 = 1; variable
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp43 static constexpr int32_t SIM_SLOT_ID_1 = DEFAULT_SIM_SLOT_ID + 1; variable
511 … telephonyObserver1_, SIM_SLOT_ID_1, TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE, false); in AttachTelephonyObserver()
531 SIM_SLOT_ID_1, Telephony::TelephonyObserverBroker::OBSERVER_MASK_CALL_STATE); in DetachTelephonyObserver()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp53 const int32_t SIM_SLOT_ID_1 = 1; variable
263 int32_t otherSlotId = (primarySlotId == SIM_SLOT_ID_0) ? SIM_SLOT_ID_1 : SIM_SLOT_ID_0; in ProcessTimeZone()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_device_info_plugin.cpp100 !GetSimInfoBySlotId(EdmConstants::DeviceInfo::SIM_SLOT_ID_1, json)) { in GetSimInfo()