Searched refs:RequestFuncType (Results 1 – 13 of 13) sorted by relevance
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.h | 55 using RequestFuncType = void (StateRegistryTest::*)(); 56 std::map<char, RequestFuncType> requestFuncMap_;
|
/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.h | 52 …using RequestFuncType = int32_t (ImsTest::*)(const sptr<CellularCallInterface> &telephonyService) … 53 std::map<int32_t, RequestFuncType> requestFuncMap_;
|
/base/telephony/data_storage/test/unittest/data_gtest/ |
D | data_storage_gtest.h | 41 using RequestFuncType = int (DataStorageGtest::*) variable 43 std::map<char, RequestFuncType> requestFuncMap_;
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.h | 65 …using RequestFuncType = int32_t (CsTest::*)(const sptr<CellularCallInterface> &telephonyService) c… 66 std::map<int32_t, RequestFuncType> requestFuncMap_;
|
/base/update/updateservice/engine/include/ |
D | update_service_stub.h | 35 using RequestFuncType = std::function<int(UpdateServiceStubPtr service, variable
|
/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/ |
D | accesstoken_manager_stub.h | 75 …using RequestFuncType = void (AccessTokenManagerStub::*)(MessageParcel &data, MessageParcel &reply… variable 76 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/base/telephony/cellular_call/vendor/ims/test/ |
D | ims_unit_test.h | 81 …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/ |
D | ims_handler.h | 412 using RequestFuncType = void (ImsHandler::*)(const AppExecFwk::InnerEvent::Pointer &event); variable 413 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
D | ims_stub.h | 513 using RequestFuncType = int32_t (ImsStub::*)(MessageParcel &data, MessageParcel &reply); 514 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/base/telephony/cellular_call/services/manager/include/ |
D | cellular_call_handler.h | 385 …using RequestFuncType = void (CellularCallHandler::*)(const AppExecFwk::InnerEvent::Pointer &event… variable 386 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
D | cellular_call_stub.h | 468 … using RequestFuncType = int32_t (CellularCallStub::*)(MessageParcel &data, MessageParcel &reply); variable 469 std::map<OperationType, RequestFuncType> requestFuncMap_;
|
/base/telephony/cellular_call/ims_interfaces/include/ |
D | ims_callback_stub.h | 992 using RequestFuncType = int32_t (ImsCallbackStub::*)(MessageParcel &data, MessageParcel &reply); 993 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/base/update/updateservice/engine/src/ |
D | update_service_stub.cpp | 159 static std::map<uint32_t, UpdateServiceStub::RequestFuncType> requestFuncMap = { in OnRemoteRequest()
|