Home
last modified time | relevance | path

Searched refs:CheckBindType (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/test/servicesfuzztest/deviceprofileconnector_fuzzer/
H A Ddevice_profile_connector_fuzzer.cpp58 DeviceProfileConnector::GetInstance().CheckBindType(trustDeviceId, requestDeviceId); in DeviceProfileConnectorFuzzTest()
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h98 uint32_t CheckBindType(std::string trustDeviceId, std::string requestDeviceId);
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp169 uint32_t ret = DeviceProfileConnector::GetInstance().CheckBindType(trustDeviceId, requestDeviceId); in HWTEST_F()
177 uint32_t ret = DeviceProfileConnector::GetInstance().CheckBindType(trustDeviceId, requestDeviceId); in HWTEST_F()
185 uint32_t ret = DeviceProfileConnector::GetInstance().CheckBindType(trustDeviceId, requestDeviceId); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp253 uint32_t bindType = DeviceProfileConnector::GetInstance().CheckBindType(trustDeviceId, requestDeviceId); in HandleOnline()
836 uint32_t bindType = DeviceProfileConnector::GetInstance().CheckBindType(trustDeviceId, requestDeviceId); in HandleDeviceScreenStatusChange()
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp165 uint32_t DeviceProfileConnector::CheckBindType(std::string trustDeviceId, std::string requestDeviceId) in CheckBindType() function in OHOS::DistributedHardware::DeviceProfileConnector

Completed in 7 milliseconds