/base/telephony/data_storage/ |
D | BUILD.gn | 35 "$SOURCE_DIR/opkey/src/opkey_ability.cpp", 36 "$SOURCE_DIR/opkey/src/rdb_opkey_callback.cpp", 37 "$SOURCE_DIR/opkey/src/rdb_opkey_helper.cpp", 53 "$SOURCE_DIR/opkey/include",
|
D | README.md | 36 ├─ opkey # opkey framework 88 | opkey module| ohos.permission.GET_TELEPHONY_STATE<br>ohos.permission.SET_TELEPHONY_STATE |
|
D | README_zh.md | 34 ├─ opkey # 随卡框架
|
/base/telephony/core_service/services/sim/src/ |
D | operator_config_cache.cpp | 81 std::string opkey = GetOpKey(slotId); in LoadOperatorConfig() local 82 if (opkey == std::string(INITIAL_OPKEY)) { in LoadOperatorConfig()
|
D | operator_config_loader.cpp | 44 std::string opkey = LoadOpKeyOnMccMnc(slotId); in LoadOperatorConfig() local
|
D | sim_manager.cpp | 703 int32_t SimManager::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() argument 713 opkey = simFileManager_[slotId]->GetOpKey(); in GetOpKey()
|
/base/telephony/data_storage/test/unittest/data_test/ |
D | BUILD.gn | 26 "$SOURCE_DIR/opkey/include",
|
D | data_storage_test.cpp | 135 std::string opkey = "1435"; in OpKeyInsert() local 142 value.PutString(OpKeyData::OPERATOR_KEY, opkey); in OpKeyInsert()
|
/base/telephony/data_storage/test/unittest/data_gtest/ |
D | BUILD.gn | 31 "$SOURCE_DIR/opkey/include",
|
D | data_storage_gtest.cpp | 141 std::string opkey = "110"; in OpKeyInsert() local 148 value.PutString(OpKeyData::OPERATOR_KEY, opkey); in OpKeyInsert()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | core_service_client.h | 104 int32_t GetOpKey(int32_t slotId, std::u16string &opkey); 105 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkey);
|
D | i_sim_manager.h | 93 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
|
D | i_core_service.h | 115 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
|
D | core_service_proxy.h | 110 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
D | core_manager_inner.h | 263 int32_t GetOpKey(std::u16string &opkey); 264 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 185 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
/base/telephony/core_service/services/sim/include/ |
D | sim_manager.h | 99 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 733 int32_t CoreServiceClient::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() argument 740 return proxy->GetOpKey(slotId, opkey); in GetOpKey()
|
D | core_manager_inner.cpp | 1942 int32_t CoreManagerInner::GetOpKey(std::u16string &opkey) in GetOpKey() argument 1950 return GetOpKey(slotId, opkey); in GetOpKey() 1953 int32_t CoreManagerInner::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() argument 1959 return simManager_->GetOpKey(slotId, opkey); in GetOpKey()
|
D | core_service_proxy.cpp | 2075 int32_t CoreServiceProxy::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() argument 2100 opkey = reply.ReadString16(); in GetOpKey()
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 1074 std::u16string opkey; in TestGetOpKey() local 1075 int32_t result = g_telephonyService->GetOpKey(SLOT_ID, opkey); in TestGetOpKey() 1076 std::string str = Str16ToStr8(opkey); in TestGetOpKey()
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 958 int32_t CoreService::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() argument 965 return simManager_->GetOpKey(slotId, opkey); in GetOpKey()
|
D | core_service_stub.cpp | 1231 std::u16string opkey; in OnGetOpKey() local 1232 int32_t result = GetOpKey(slotId, opkey); in OnGetOpKey() 1241 if (!reply.WriteString16(opkey)) { in OnGetOpKey()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | sim_test.cpp | 2942 std::u16string opkey; variable 2943 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId_, opkey); 2958 std::u16string opkey; variable 2959 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId1_, opkey);
|
/base/telephony/core_service/frameworks/js/sim/src/ |
D | napi_sim.cpp | 2177 std::u16string opkey; in NativeGetOpKey() local 2178 …code = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpKey(asyncContext->slotId, opkey); in NativeGetOpKey() 2180 asyncContext->callbackVal = NapiUtil::ToUtf8(opkey); in NativeGetOpKey()
|