Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 - 25 of 9474) sorted by relevance

12345678910>>...379

/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h38 virtual int32_t Dial(const ImsCallInfo &callInfo, CLIRMode mode) = 0;
47 virtual int32_t HangUp(const ImsCallInfo &callInfo) = 0;
57 virtual int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) = 0;
66 virtual int32_t Answer(const ImsCallInfo &callInfo) = 0;
75 virtual int32_t HoldCall(int32_t slotId, int32_t callType) = 0;
84 virtual int32_t UnHoldCall(int32_t slotId, int32_t callTyp
[all...]
H A Dims_call_proxy.h31 int32_t Dial(const ImsCallInfo &callInfo, CLIRMode mode) override;
32 int32_t HangUp(const ImsCallInfo &callInfo) override;
33 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) override;
34 int32_t Answer(const ImsCallInfo &callInfo) override;
35 int32_t HoldCall(int32_t slotId, int32_t callType) override;
36 int32_t UnHoldCall(int32_t slotId, int32_t callTyp
[all...]
H A Dims_call_client.h57 int32_t RegisterImsCallCallbackHandler(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
65 std::shared_ptr<AppExecFwk::EventHandler> GetHandler(int32_t slotId);
76 int32_t Dial(const ImsCallInfo &callInfo, CLIRMode mode);
85 int32_t HangUp(const ImsCallInfo &callInfo);
94 int32_t Reject(const ImsCallInfo &callInfo);
104 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason);
113 int32_t Answer(const ImsCallInfo &callInfo);
122 int32_t HoldCall(int32_t slotI
[all...]
H A Dims_call_callback_interface.h39 virtual int32_t DialResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
49 virtual int32_t HangUpResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
59 virtual int32_t RejectWithReasonResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
69 virtual int32_t AnswerResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
79 virtual int32_t HoldCallResponse(int32_t slotI
[all...]
H A Dims_call_callback_stub.h35 int32_t DialResponse(int32_t slotId, const RadioResponseInfo &info) override;
36 int32_t HangUpResponse(int32_t slotId, const RadioResponseInfo &info) override;
37 int32_t RejectWithReasonResponse(int32_t slotId, const RadioResponseInfo &info) override;
38 int32_t AnswerResponse(int32_t slotId, const RadioResponseInfo &info) override;
39 int32_t HoldCallResponse(int32_t slotI
[all...]
/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_errno.h22 #define HKS_SUCCESS ((int32_t)0)
24 #define HKS_FAILURE ((int32_t)-132)
26 #define HKS_ERROR_NOT_PERMITTED ((int32_t)-133)
28 #define HKS_ERROR_NOT_SUPPORTED ((int32_t)-134)
30 #define HKS_ERROR_INVALID_ARGUMENT ((int32_t)-135)
32 #define HKS_ERROR_INVALID_HANDLE ((int32_t)-136)
34 #define HKS_ERROR_BAD_STATE ((int32_t)-137)
36 #define HKS_ERROR_BUFFER_TOO_SMALL ((int32_t)-138)
38 #define HKS_ERROR_OCCUPIED_SLOT ((int32_t)-139)
40 #define HKS_ERROR_EMPTY_SLOT ((int32_t)
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_manager_inner.h39 int32_t RegisterCoreNotify(
40 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what, int32_t *obj);
41 int32_t UnRegisterCoreNotify(
42 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what);
49 int32_t InitExtraModule(int32_t slotId);
50 int32_t GetDefaultSlotId(void);
51 int32_t GetMaxSimCount(void);
52 int32_t RegisterSimAccountCallbac
[all...]
H A Dtel_ril_network_parcel.h55 int32_t status = 0;
58 int32_t rat = 0;
66 int32_t itemNum = 0;
80 int32_t selectMode = 0;
94 int32_t notifyType = 0;
105 int32_t lacCode = 0;
108 int32_t cellId = 0;
123 int32_t notifyType = 0;
132 int32_t lacCode = 0;
135 int32_t cellI
[all...]
H A Dcore_service_client.h40 * @return int32_t TELEPHONY_SUCCESS on success, others on failure.
42 int32_t GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>> &signals);
50 bool IsNrSupported(int32_t slotId);
57 * @return int32_t TELEPHONY_SUCCESS on success, others on failure.
59 int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech);
66 * @return int32_t TELEPHONY_SUCCESS on success, others on failure.
68 int32_t GetCsRadioTec
[all...]
H A Di_network_search.h40 virtual int32_t InitTelExtraModule(int32_t slotId) = 0;
41 virtual int32_t GetPsRadioTech(int32_t slotId, int32_t &psRadioTech) = 0;
42 virtual int32_t GetCsRadioTech(int32_t slotId, int32_t &csRadioTech) = 0;
43 virtual std::u16string GetOperatorNumeric(int32_t slotId) = 0;
44 virtual std::string GetResidentNetworkNumeric(int32_t slotI
[all...]
H A Di_sim_manager.h42 virtual bool OnInit(int32_t slotCount) = 0;
43 virtual int32_t InitTelExtraModule(int32_t slotId) = 0;
45 virtual int32_t HasSimCard(int32_t slotId, bool &hasSimCard) = 0;
46 virtual int32_t GetSimState(int32_t slotId, SimState &simState) = 0;
47 virtual int32_t GetSimIccStatus(int32_t slotId, IccSimStatus &iccStatus) = 0;
48 virtual int32_t GetCardTyp
[all...]
H A Di_tel_ril_manager.h33 virtual int32_t RegisterCoreNotify(
34 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int32_t what, int32_t *obj) = 0;
35 virtual int32_t UnRegisterCoreNotify(
36 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) = 0;
38 virtual int32_t InitTelExtraModule(int32_t slotId) = 0;
40 virtual int32_t SetRadioStat
[all...]
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_client.h31 void Init(int32_t systemAbilityId);
40 int32_t RegisterCallBack(std::unique_ptr<CallManagerCallback> callback);
47 int32_t UnRegisterCallBack();
54 int32_t ObserverOnCallDetailsChange();
63 int32_t DialCall(std::u16string number, AppExecFwk::PacMap &extras);
71 int32_t MakeCall(std::string number);
80 int32_t AnswerCall(int32_t callId, int32_t videoState);
90 int32_t RejectCal
[all...]
H A Dcellular_call_proxy.h45 int32_t Dial(const CellularCallInfo &callInfo) override;
54 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
62 int32_t Reject(const CellularCallInfo &callInfo) override;
70 int32_t Answer(const CellularCallInfo &callInfo) override;
78 int32_t HoldCall(const CellularCallInfo &callInfo) override;
86 int32_t UnHoldCall(const CellularCallInfo &callInfo) override;
94 int32_t SwitchCall(const CellularCallInfo &callInfo) override;
104 int32_t IsEmergencyPhoneNumber(int32_t slotId, const std::string &phoneNum, bool &enabled) override;
112 int32_t CombineConferenc
[all...]
H A Dcellular_call_interface.h33 virtual int32_t Dial(const CellularCallInfo &callInfo) = 0;
42 virtual int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) = 0;
50 virtual int32_t Answer(const CellularCallInfo &callInfo) = 0;
58 virtual int32_t Reject(const CellularCallInfo &callInfo) = 0;
66 virtual int32_t HoldCall(const CellularCallInfo &callInfo) = 0;
74 virtual int32_t UnHoldCall(const CellularCallInfo &callInfo) = 0;
82 virtual int32_t SwitchCall(const CellularCallInfo &callInfo) = 0;
92 virtual int32_t IsEmergencyPhoneNumber(int32_t slotId, const std::string &phoneNum, bool &enabled) = 0;
100 virtual int32_t CombineConferenc
[all...]
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_interface_test.h31 void GetImeiStressTest(int32_t slotId);
32 void GetImeiSvStressTest(int32_t slotId);
33 void RilCmDialStressTest(int32_t slotId);
34 void SetRadioStateStressTest(int32_t slotId);
35 void GetCallListTest(int32_t slotId);
36 void RilCmDialTest(int32_t slotId);
37 void HangupTest(int32_t slotId);
38 void RejectTest(int32_t slotId);
39 void AnswerCallTest(int32_t slotId);
40 void HoldCallTest(int32_t slotI
[all...]
/base/telephony/cellular_data/test/mock/
H A Dmock_sim_manager.h31 MOCK_METHOD0(GetDefaultVoiceSlotId, int32_t(void));
32 MOCK_METHOD0(GetDefaultSmsSlotId, int32_t(void));
33 MOCK_METHOD0(GetDefaultCellularDataSlotId, int32_t(void));
35 MOCK_METHOD1(OnInit, bool(int32_t));
36 MOCK_METHOD1(InitTelExtraModule, int32_t(int32_t));
37 MOCK_METHOD1(RefreshSimState, int32_t(int32_t));
38 MOCK_METHOD1(IsSimActive, bool(int32_t));
39 MOCK_METHOD1(SetDefaultVoiceSlotId, int32_t(int32_
[all...]
H A Dmock_network_search.h32 MOCK_METHOD1(InitTelExtraModule, int32_t(int32_t slotId));
33 MOCK_METHOD2(GetPsRadioTech, int32_t(int32_t slotId, int32_t &psRadioTech));
34 MOCK_METHOD2(GetCsRadioTech, int32_t(int32_t slotId, int32_t &csRadioTech));
35 MOCK_METHOD1(GetOperatorNumeric, std::u16string(int32_t slotId));
36 MOCK_METHOD1(GetResidentNetworkNumeric, std::string(int32_t slotI
[all...]
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h37 int32_t rxlev;
41 int32_t ber;
54 int32_t rxlev;
59 int32_t ecio;
65 int32_t rscp;
69 int32_t ber;
83 int32_t absoluteRssi;
89 int32_t ecno;
100 int32_t rxlev;
105 int32_t rsr
[all...]
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h39 int32_t Dial(const ImsCallInfo &callInfo, CLIRMode mode) override;
47 int32_t HangUp(const ImsCallInfo &callInfo) override;
56 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) override;
64 int32_t Answer(const ImsCallInfo &callInfo) override;
73 int32_t HoldCall(int32_t slotId, int32_t callType) override;
82 int32_t UnHoldCall(int32_t slotId, int32_t callTyp
[all...]
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_manager.h36 inline const int32_t DUAL_SLOT_COUNT = 2;
37 inline const int32_t MAX_SLOT_COUNT = 3;
39 typedef enum : int32_t {
49 int32_t GetMaxSimSlotCount();
51 virtual ReqDataInfo *CreateHRilRequest(int32_t serial, int32_t slotId, int32_t request) override;
52 virtual void ReleaseHRilRequest(int32_t request, ReqDataInfo *requestInfo) override;
54 void RegisterCallFuncs(int32_t slotId, const HRilCallReq *callFuncs);
55 void RegisterDataFuncs(int32_t slotI
[all...]
/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h33 int32_t GetCallWaiting(int32_t slotId);
34 int32_t SetCallWaiting(int32_t slotId, bool activate);
35 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
36 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
37 int32_t SetCallRestrictionPassword(
38 int32_t slotI
[all...]
/base/telephony/core_service/utils/common/include/
H A Dtelephony_tag_def.h22 const int32_t TAG_ESIM_PROFILE_INSTALLATION_RESULT = 0xBF37;
23 const int32_t TAG_ESIM_PROFILE_INSTALLATION_RESULT_DATA = 0xBF27;
24 const int32_t TAG_ESIM_NOTIFICATION_METADATA = 0xBF2F;
25 const int32_t TAG_ESIM_SEQ = 0x80;
26 const int32_t TAG_ESIM_TARGET_ADDR = 0x0C;
27 const int32_t TAG_ESIM_EVENT = 0x81;
28 const int32_t TAG_ESIM_CANCEL_SESSION = 0xBF41;
29 const int32_t TAG_ESIM_PROFILE_INFO = 0xE3;
30 const int32_t TAG_ESIM_TAG_LIST = 0x5C;
31 const int32_t TAG_ESIM_EI
[all...]
/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_ims.h36 int32_t SetClipRequest(int32_t slotId, int32_t action, int32_t index);
46 int32_t GetClipRequest(int32_t slotId, int32_t index);
58 int32_t SetClirRequest(int32_t slotId, int32_t actio
[all...]
/base/telephony/cellular_call/services/connection/include/
H A Dcellular_call_connection_cs.h43 int32_t DialRequest(int32_t slotId, const DialRequestStruct &dialRequest);
51 int32_t HangUpRequest(int32_t slotId);
59 int32_t AnswerRequest(int32_t slotId);
67 int32_t RejectRequest(int32_t slotId);
75 int32_t SwitchCallRequest(int32_t slotI
[all...]

Completed in 11 milliseconds

12345678910>>...379