Home
last modified time | relevance | path

Searched refs:paramInfo (Results 1 - 24 of 24) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dtrigger_info.cpp45 TriggerInfo::TriggerInfo(const TriggerInfo &paramInfo) in TriggerInfo() argument
47 permission_ = paramInfo.GetPermission(); in TriggerInfo()
48 if (paramInfo.GetExtraInfo() != nullptr) { in TriggerInfo()
49 extraInfo_ = std::make_shared<WantParams>(*paramInfo.GetExtraInfo()); in TriggerInfo()
51 if (paramInfo.GetWant() != nullptr) { in TriggerInfo()
52 want_ = std::make_shared<Want>(*paramInfo.GetWant()); in TriggerInfo()
54 startOptions_ = paramInfo.GetStartOptions(); in TriggerInfo()
55 resultCode_ = paramInfo.GetResultCode(); in TriggerInfo()
58 const TriggerInfo &TriggerInfo::operator=(const TriggerInfo &paramInfo) in operator =() argument
60 permission_ = paramInfo in operator =()
[all...]
H A Dwant_agent_info.cpp66 WantAgentInfo::WantAgentInfo(const std::shared_ptr<WantAgentInfo> &paramInfo) in WantAgentInfo() argument
68 if (paramInfo != nullptr) { in WantAgentInfo()
69 requestCode_ = paramInfo->GetRequestCode(); in WantAgentInfo()
70 operationType_ = paramInfo->GetOperationType(); in WantAgentInfo()
71 std::vector<WantAgentConstant::Flags> tempFlags = paramInfo->GetFlags(); in WantAgentInfo()
73 if (!paramInfo->GetWants().empty()) { in WantAgentInfo()
74 for (auto want : paramInfo->GetWants()) { in WantAgentInfo()
78 if (paramInfo->GetExtraInfo() != nullptr) { in WantAgentInfo()
79 extraInfo_ = std::make_shared<WantParams>(*paramInfo->GetExtraInfo()); in WantAgentInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dicommunicator.h36 ExtendInfo paramInfo; member
46 sendConf.paramInfo.appId = dbProperty.GetStringProp(DBProperties::APP_ID, ""); in SetSendConfigParam()
47 sendConf.paramInfo.userId = dbProperty.GetStringProp(DBProperties::USER_ID, ""); in SetSendConfigParam()
48 sendConf.paramInfo.storeId = dbProperty.GetStringProp(DBProperties::STORE_ID, ""); in SetSendConfigParam()
49 sendConf.paramInfo.dstTarget = dstTarget; in SetSendConfigParam()
H A Diadapter.h74 virtual std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo) = 0;
H A Dnetwork_adapter.h55 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo) override;
H A Dcommunicator_aggregator.h92 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo);
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_package.h68 static std::string GetInputCategoryList(const RemoteControlParamInfo &paramInfo);
69 static void EncapGenericCapList(std::string &body, const RemoteControlParamInfo &paramInfo);
70 static void EncapHidcCapList(std::string &body, const RemoteControlParamInfo &paramInfo);
71 static void EncapVendorCapList(std::string &body, const RemoteControlParamInfo &paramInfo);
H A Drtsp_package.cpp257 std::string RtspEncap::GetInputCategoryList(const RemoteControlParamInfo &paramInfo) in GetInputCategoryList() argument
259 if (paramInfo.isSupportGeneric && paramInfo.isSupportHidc) { in GetInputCategoryList()
262 if (paramInfo.isSupportGeneric) { in GetInputCategoryList()
265 if (paramInfo.isSupportHidc) { in GetInputCategoryList()
285 void RtspEncap::EncapGenericCapList(std::string &body, const RemoteControlParamInfo &paramInfo) in EncapGenericCapList() argument
287 if (!paramInfo.isSupportGeneric) { in EncapGenericCapList()
292 EncapSpecialList(body, paramInfo.genericList, "generic"); in EncapGenericCapList()
295 void RtspEncap::EncapHidcCapList(std::string &body, const RemoteControlParamInfo &paramInfo) in EncapHidcCapList() argument
297 if (!paramInfo in EncapHidcCapList()
305 EncapVendorCapList(std::string &body, const RemoteControlParamInfo &paramInfo) EncapVendorCapList() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_package.h68 static std::string GetInputCategoryList(const RemoteControlParamInfo &paramInfo);
69 static void EncapGenericCapList(std::string &body, const RemoteControlParamInfo &paramInfo);
70 static void EncapHidcCapList(std::string &body, const RemoteControlParamInfo &paramInfo);
71 static void EncapVendorCapList(std::string &body, const RemoteControlParamInfo &paramInfo);
H A Drtsp_package.cpp257 std::string RtspEncap::GetInputCategoryList(const RemoteControlParamInfo &paramInfo) in GetInputCategoryList() argument
259 if (paramInfo.isSupportGeneric && paramInfo.isSupportHidc) { in GetInputCategoryList()
262 if (paramInfo.isSupportGeneric) { in GetInputCategoryList()
265 if (paramInfo.isSupportHidc) { in GetInputCategoryList()
285 void RtspEncap::EncapGenericCapList(std::string &body, const RemoteControlParamInfo &paramInfo) in EncapGenericCapList() argument
287 if (!paramInfo.isSupportGeneric) { in EncapGenericCapList()
292 EncapSpecialList(body, paramInfo.genericList, "generic"); in EncapGenericCapList()
295 void RtspEncap::EncapHidcCapList(std::string &body, const RemoteControlParamInfo &paramInfo) in EncapHidcCapList() argument
297 if (!paramInfo in EncapHidcCapList()
305 EncapVendorCapList(std::string &body, const RemoteControlParamInfo &paramInfo) EncapVendorCapList() argument
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp341 DmDiscoveryInfo paramInfo; in HWTEST_F() local
345 DeviceProfileConnector::GetInstance().ProcessBindType(profiles, paramInfo, sinkBindType, bindTypeIndex, index); in HWTEST_F()
354 DmDiscoveryInfo paramInfo; in HWTEST_F() local
358 DeviceProfileConnector::GetInstance().ProcessBindType(profiles, paramInfo, sinkBindType, bindTypeIndex, index); in HWTEST_F()
369 DmDiscoveryInfo paramInfo; in HWTEST_F() local
370 paramInfo.pkgname = "pkgName"; in HWTEST_F()
371 paramInfo.localDeviceId = "localDeviceId"; in HWTEST_F()
375 DeviceProfileConnector::GetInstance().ProcessBindType(profiles, paramInfo, sinkBindType, bindTypeIndex, index); in HWTEST_F()
386 DmDiscoveryInfo paramInfo; in HWTEST_F() local
387 paramInfo in HWTEST_F()
401 DmDiscoveryInfo paramInfo; HWTEST_F() local
416 DmDiscoveryInfo paramInfo; HWTEST_F() local
433 DmDiscoveryInfo paramInfo; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/wantagenthelpertrigger_fuzzer/
H A Dwantagenthelpertrigger_fuzzer.cpp58 std::shared_ptr<WantAgentInfo> paramInfo; in DoSomethingInterestingWithMyAPI() local
59 WantAgentInfo wantAgentInfo(paramInfo); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dtrigger_info.h80 * @param paramInfo Indicates the existing {@code TriggerInfo} object.
82 explicit TriggerInfo(const TriggerInfo &paramInfo);
88 * @param paramInfo Indicates the existing {@code TriggerInfo} object.
90 const TriggerInfo &operator=(const TriggerInfo &paramInfo);
H A Dwant_agent_info.h77 * @param paramInfo Indicates the existing WantAgentInfo object.
79 explicit WantAgentInfo(const std::shared_ptr<WantAgentInfo> &paramInfo);
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp285 DmDiscoveryInfo paramInfo = { in CompareBindType() local
289 ProcessBindType(profiles[index], paramInfo, sinkBindType, bindTypeIndex, index); in CompareBindType()
294 void DeviceProfileConnector::ProcessBindType(AccessControlProfile profiles, DmDiscoveryInfo paramInfo, in ProcessBindType() argument
307 if (profiles.GetAccesser().GetAccesserBundleName() == paramInfo.pkgname && in ProcessBindType()
308 profiles.GetAccesser().GetAccesserDeviceId() == paramInfo.localDeviceId) { in ProcessBindType()
312 if (profiles.GetAccessee().GetAccesseeBundleName() == paramInfo.pkgname && in ProcessBindType()
313 profiles.GetAccessee().GetAccesseeDeviceId() == paramInfo.localDeviceId) { in ProcessBindType()
325 if (profiles.GetAccesser().GetAccesserBundleName() == paramInfo.pkgname && in ProcessBindType()
326 profiles.GetAccesser().GetAccesserDeviceId() == paramInfo.localDeviceId) { in ProcessBindType()
330 if (profiles.GetAccessee().GetAccesseeBundleName() == paramInfo in ProcessBindType()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dprocess_communication_impl.h48 const DistributedDB::ExtendInfo &paramInfo) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h154 virtual std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo) in GetExtendHeaderHandle() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_communication_impl.cpp123 __attribute__((unused)) const DistributedDB::ExtendInfo &paramInfo) in GetExtendHeaderHandle()
122 GetExtendHeaderHandle( __attribute__((unused)) const DistributedDB::ExtendInfo &paramInfo) GetExtendHeaderHandle() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.cpp149 std::shared_ptr<ExtendHeaderHandle> AdapterStub::GetExtendHeaderHandle(const ExtendInfo &paramInfo) in GetExtendHeaderHandle() argument
151 std::shared_ptr<ExtendHeaderHandle> handle = std::make_shared<ExtendHeaderHandleTest>(paramInfo); in GetExtendHeaderHandle()
H A Dadapter_stub.h52 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp424 std::shared_ptr<ExtendHeaderHandle> NetworkAdapter::GetExtendHeaderHandle(const ExtendInfo &paramInfo) in GetExtendHeaderHandle() argument
426 return processCommunicator_->GetExtendHeaderHandle(paramInfo); in GetExtendHeaderHandle()
H A Dcommunicator.cpp111 extendHandle = commAggrHandle_->GetExtendHeaderHandle(config.paramInfo); in SendMessage()
H A Dcommunicator_aggregator.cpp866 std::shared_ptr<ExtendHeaderHandle> CommunicatorAggregator::GetExtendHeaderHandle(const ExtendInfo &paramInfo) in GetExtendHeaderHandle() argument
871 return adapterHandle_->GetExtendHeaderHandle(paramInfo); in GetExtendHeaderHandle()
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h144 void ProcessBindType(DistributedDeviceProfile::AccessControlProfile profiles, DmDiscoveryInfo paramInfo,

Completed in 14 milliseconds