/base/telephony/cellular_call/services/connection/include/ |
D | supplement_request_ims.h | 125 …RestrictionRequest(int32_t slotId, std::string &fac, int32_t mode, std::string &pw, int32_t index);
|
D | supplement_request_cs.h | 103 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index);
|
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request_ims.cpp | 116 int32_t slotId, std::string &fac, int32_t mode, std::string &pw, int32_t index) in SetCallRestrictionRequest() argument 124 return imsCallClient->SetCallRestriction(slotId, fac, mode, pw, index); in SetCallRestrictionRequest()
|
D | supplement_request_cs.cpp | 100 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestrictionRequest() argument 106 size_t cpyLen = strlen(pw.c_str()) + 1; in SetCallRestrictionRequest() 108 …if (strcpy_s(callRestrictionParam.password, cpyLen > maxCpyLen ? maxCpyLen : cpyLen, pw.c_str()) !… in SetCallRestrictionRequest()
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
D | ims_call.h | 409 …lRestriction(int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw) override;
|
/base/telephony/cellular_call/services/control/include/ |
D | cellular_call_supplement.h | 554 int32_t SetCallRestrictionByIms(int32_t slotId, std::string &fac, int32_t mode, std::string &pw,
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_interface.h | 438 … int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) = 0;
|
D | ims_call_client.h | 489 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index);
|
D | ims_call_proxy.h | 78 …int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) overri…
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_client.cpp | 552 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestriction() argument 558 return imsCallProxy_->SetCallRestriction(slotId, fac, mode, pw, index); in SetCallRestriction()
|
D | ims_call_proxy.cpp | 761 int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw, int32_t index) in SetCallRestriction() argument 776 if (!in.WriteString(pw)) { in SetCallRestriction()
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
D | ims_call_stub.cpp | 529 const std::string pw = data.ReadString(); in OnSetCallRestriction() local 530 reply.WriteInt32(SetCallRestriction(slotId, fac, mode, pw)); in OnSetCallRestriction()
|
D | ims_call.cpp | 646 …ll::SetCallRestriction(int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw) in SetCallRestriction() argument
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_supplement.cpp | 1064 …int32_t slotId, std::string &fac, int32_t mode, std::string &pw, const std::shared_ptr<SsRequestCo… in SetCallRestrictionByIms() argument 1075 int32_t result = supplementRequestIms_.SetCallRestrictionRequest(slotId, fac, mode, pw, index); in SetCallRestrictionByIms()
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
D | napi_call_manager.cpp | 3494 std::string pw = ""; in GetRestrictionInfo() local 3497 !NapiCallManagerUtils::GetUssdStringProperty(env, objValue, "password", pw)) { in GetRestrictionInfo() 3501 if (pw.length() > static_cast<size_t>(kMaxNumberLen)) { in GetRestrictionInfo() 3505 if (memcpy_s(asyncContext.info.password, kMaxNumberLen, pw.c_str(), pw.length()) != EOK) { in GetRestrictionInfo()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.cpp | 2424 std::string pw = "test"; variable 2433 … EXPECT_NE(request.SetCallRestrictionRequest(slotId, fac, mode, pw, index), TELEPHONY_SUCCESS);
|