Home
last modified time | relevance | path

Searched refs:RequestFuncType (Results 1 – 13 of 13) sorted by relevance

/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h55 using RequestFuncType = void (StateRegistryTest::*)();
56 std::map<char, RequestFuncType> requestFuncMap_;
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.h52 …using RequestFuncType = int32_t (ImsTest::*)(const sptr<CellularCallInterface> &telephonyService) …
53 std::map<int32_t, RequestFuncType> requestFuncMap_;
/base/telephony/data_storage/test/unittest/data_gtest/
Ddata_storage_gtest.h41 using RequestFuncType = int (DataStorageGtest::*) variable
43 std::map<char, RequestFuncType> requestFuncMap_;
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.h65 …using RequestFuncType = int32_t (CsTest::*)(const sptr<CellularCallInterface> &telephonyService) c…
66 std::map<int32_t, RequestFuncType> requestFuncMap_;
/base/update/updateservice/engine/include/
Dupdate_service_stub.h35 using RequestFuncType = std::function<int(UpdateServiceStubPtr service, variable
/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/
Daccesstoken_manager_stub.h75 …using RequestFuncType = void (AccessTokenManagerStub::*)(MessageParcel &data, MessageParcel &reply… variable
76 std::map<uint32_t, RequestFuncType> requestFuncMap_;
/base/telephony/cellular_call/vendor/ims/test/
Dims_unit_test.h81 …using RequestFuncType = int32_t (ImsUnitTest::*)(const sptr<ImsInterface> &telephonyService) const;
82 std::map<int32_t, RequestFuncType> requestFuncMap_;
/base/telephony/cellular_call/vendor/ims/services/include/
Dims_handler.h412 using RequestFuncType = void (ImsHandler::*)(const AppExecFwk::InnerEvent::Pointer &event); variable
413 std::map<uint32_t, RequestFuncType> requestFuncMap_;
Dims_stub.h513 using RequestFuncType = int32_t (ImsStub::*)(MessageParcel &data, MessageParcel &reply);
514 std::map<uint32_t, RequestFuncType> requestFuncMap_;
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_handler.h385 …using RequestFuncType = void (CellularCallHandler::*)(const AppExecFwk::InnerEvent::Pointer &event… variable
386 std::map<uint32_t, RequestFuncType> requestFuncMap_;
Dcellular_call_stub.h468 … using RequestFuncType = int32_t (CellularCallStub::*)(MessageParcel &data, MessageParcel &reply); variable
469 std::map<OperationType, RequestFuncType> requestFuncMap_;
/base/telephony/cellular_call/ims_interfaces/include/
Dims_callback_stub.h992 using RequestFuncType = int32_t (ImsCallbackStub::*)(MessageParcel &data, MessageParcel &reply);
993 std::map<uint32_t, RequestFuncType> requestFuncMap_;
/base/update/updateservice/engine/src/
Dupdate_service_stub.cpp159 static std::map<uint32_t, UpdateServiceStub::RequestFuncType> requestFuncMap = { in OnRemoteRequest()