/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_core_service.cpp | 482 auto operatorName = std::make_shared<OperatorName>( variable 485 EXPECT_FALSE(operatorName->isCMCard(numeric)); 486 EXPECT_FALSE(operatorName->isCUCard(numeric)); 487 EXPECT_FALSE(operatorName->isCTCard(numeric)); 488 EXPECT_FALSE(operatorName->isCBCard(numeric)); 489 EXPECT_FALSE(operatorName->isCMDomestic(numeric)); 490 EXPECT_FALSE(operatorName->isCUDomestic(numeric)); 491 EXPECT_FALSE(operatorName->isCTDomestic(numeric)); 492 EXPECT_FALSE(operatorName->isCBDomestic(numeric)); 509 auto operatorName = std::make_shared<OperatorName>( variable [all …]
|
H A D | zero_branch_test.cpp | 1029 std::u16string operatorName = u""; variable 1929 operatorName->UpdateOperatorConfig(); 1930 operatorName->UpdatePnnCust(pnnCust); 1931 operatorName->UpdateOplCust(pnnCust); 1946 operatorName->NotifySpnChanged(); 1956 operatorName->displayConditionCust_ = 1; 1958 operatorName->simManager_ = nullptr; 1978 operatorName->enableCust_ = true; 1985 operatorName->csSpnFormat_ = "*"; 1986 operatorName->UpdatePnnCust(pnnCust); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/src/ |
H A D | stoperator.cpp | 51 string operatorName = vectorOperator.front(); in PullOperatorFromVector() local 58 .SetOperatorName(operatorName) in PullOperatorFromVector() 83 …const string &type, const string &bundle, const string &ability, const string &operatorName, const… in StOperator() argument 88 g_operatorName(operatorName), in StOperator() 144 StOperator &StOperator::SetOperatorName(const string &operatorName) in SetOperatorName() argument 146 g_operatorName = operatorName; in SetOperatorName()
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service_dump_helper.cpp | 101 std::u16string operatorName; in ShowCoreServiceInfo() local 102 DelayedSingleton<CoreService>::GetInstance()->GetOperatorName(i, operatorName); in ShowCoreServiceInfo() 103 result.append(to_utf8(operatorName)); in ShowCoreServiceInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/include/ |
H A D | stoperator.h | 41 …r(const string &type, const string &bundle, const string &ability, const string &operatorName = "", 52 StOperator &SetOperatorName(const string &operatorName);
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_radio.h | 172 std::string operatorName = ""; member 218 char operatorName[BUF_SIZE + 1] = { 0 };
|
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | opkey_data.h | 77 std::string operatorName = ""; member
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 284 bean.operatorName = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_OPERATOR_NAME_OPKEY)); in ParserOpKeyInfos() 285 if (bean.operatorName.empty()) { in ParserOpKeyInfos() 286 bean.operatorName = "COMMON"; in ParserOpKeyInfos() 329 value.PutString(OpKeyData::OPERATOR_NAME, bean.operatorName); in ParserOpKeyToValuesBucket()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile.h | 332 int ReportCurrentNetworkOperator(const std::string &operatorName);
|
H A D | hfp_ag_profile.cpp | 525 int HfpAgProfile::ReportCurrentNetworkOperator(const std::string &operatorName) in ReportCurrentNetworkOperator() argument 529 dataConn_.operatorName_ = operatorName; in ReportCurrentNetworkOperator() 533 operatorName + "\""); in ReportCurrentNetworkOperator()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_command_processor.cpp | 181 char operatorName[OPERATOR_NAME_MAX_LEN] = {0}; // Operator name max length is 16 in ProcessCops() local 183 … int res = sscanf_s(arg.c_str(), "%hhi,0,\"%16[^\"]\"", &mode, operatorName, sizeof(operatorName)); in ProcessCops() 189 std::string name = std::string(operatorName); in ProcessCops()
|
/ohos5.0/base/telephony/core_service/services/network_search/test/ |
H A D | test.cpp | 175 std::u16string operatorName = u""; in TestGetOperatorName() local 176 g_telephonyService->GetOperatorName(InputSlotId(), operatorName); in TestGetOperatorName() 177 std::string str = Str16ToStr8(operatorName); in TestGetOperatorName()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 899 … networkInfo->SetOperateInformation(asyncContext->operatorName, "", asyncContext->operatorNumeric, in NativeSetNetworkSelectionMode() 958 context.operatorName = GetStringProperty(env, networkInfoValue, "operatorName"); in ParseNetworkSelectionParameter() 1362 std::string operatorName = NapiUtil::ToUtf8(u16OperatorName); in NativeGetOperatorName() local 1363 TELEPHONY_LOGD("NativeGetOperatorName operatorName = %{public}s", operatorName.c_str()); in NativeGetOperatorName() 1366 … context->operatorNameLength = (operatorName.size() < BUF_SIZE) ? operatorName.size() : BUF_SIZE; in NativeGetOperatorName() 1368 context->operatorName[i] = operatorName.at(i); in NativeGetOperatorName() 1426 std::u16string operatorName; in GetOperatorNameSync() local 1430 std::string name = NapiUtil::ToUtf8(operatorName); in GetOperatorNameSync() 1437 std::string name = NapiUtil::ToUtf8(operatorName); in GetOperatorNameSync() 1442 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOperatorName(slotId, operatorName); in GetOperatorNameSync() [all …]
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_network_search.h | 45 virtual int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) = 0;
|
H A D | core_service_client.h | 130 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName);
|
H A D | i_core_service.h | 42 virtual int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) = 0;
|
H A D | core_service_proxy.h | 33 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) override;
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_handler.h | 191 explicit SystemAbilityStatusChangeListener(std::shared_ptr<OperatorName> &operatorName);
|
H A D | network_search_manager.h | 161 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) override;
|
/ohos5.0/base/telephony/core_service/interfaces/kits/js/ |
H A D | @ohos.telephony.radio.d.ts | 3031 operatorName: string;
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 2762 std::string operatorName = NapiUtil::ToUtf8(opName); in GetOpNameSync() local 2763 … NAPI_CALL(env, napi_create_string_utf8(env, operatorName.c_str(), operatorName.length(), &value)); in GetOpNameSync() 2769 std::string operatorName = NapiUtil::ToUtf8(opName); in GetOpNameSync() local 2770 … NAPI_CALL(env, napi_create_string_utf8(env, operatorName.c_str(), operatorName.length(), &value)); in GetOpNameSync() 2776 std::string operatorName = NapiUtil::ToUtf8(opName); in GetOpNameSync() local 2777 … NAPI_CALL(env, napi_create_string_utf8(env, operatorName.c_str(), operatorName.length(), &value)); in GetOpNameSync()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 200 int32_t CoreServiceClient::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName() argument 207 return proxy->GetOperatorName(slotId, operatorName); in GetOperatorName()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 52 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) override;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-radio.md | 1013 let operatorName: string = radio.getOperatorNameSync(slotId); 1014 console.log(`operator name is:` + operatorName);
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 521 int32_t NetworkSearchManager::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName() argument 523 operatorName = u""; in GetOperatorName() 535 operatorName = Str8ToStr16(longOperatorName); in GetOperatorName()
|