Home
last modified time | relevance | path

Searched refs:deviceTypeId (Results 1 - 25 of 145) sorted by relevance

123456

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_privacy/
H A Dcomponent_privacy_test.cpp120 uint16_t deviceTypeId = 0x08; in HWTEST_F() local
121 std::string ret = compPrivacy_->DeviceTypeToString(deviceTypeId); in HWTEST_F()
124 deviceTypeId = 0x0A; in HWTEST_F()
125 ret = compPrivacy_->DeviceTypeToString(deviceTypeId); in HWTEST_F()
128 deviceTypeId = 0x0C; in HWTEST_F()
129 ret = compPrivacy_->DeviceTypeToString(deviceTypeId); in HWTEST_F()
132 deviceTypeId = 0x0E; in HWTEST_F()
133 ret = compPrivacy_->DeviceTypeToString(deviceTypeId); in HWTEST_F()
136 deviceTypeId = 0x11; in HWTEST_F()
137 ret = compPrivacy_->DeviceTypeToString(deviceTypeId); in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_get_device_info_rsp.cpp48 .deviceTypeId = 1, in HWTEST_F()
57 EXPECT_EQ(info.deviceTypeId, deviceInfo.deviceTypeId); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/include/
H A Dmock_softbus_bus_center.h35 uint16_t deviceTypeId; member
43 .deviceTypeId = 1}; in MockGetLocalNodeDeviceInfo()
/foundation/distributedhardware/device_manager/common/src/dfx/standard/
H A Ddm_hidumper.cpp100 std::string deviceType = GetDeviceType(nodeInfos_[i].deviceTypeId); in ShowAllLoadTrustedList()
109 std::string HiDumpHelper::GetDeviceType(int32_t deviceTypeId) in GetDeviceType() argument
113 if (deviceTypeId == g_dumperDeviceType[i].deviceTypeId) { in GetDeviceType()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_credential_auth_status_req.h62 void SetDeviceTypeId(uint16_t deviceTypeId) in SetDeviceTypeId() argument
64 deviceTypeId_ = deviceTypeId; in SetDeviceTypeId()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/getlocaldeviceinfo_fuzzer/
H A Dget_local_device_info_fuzzer.cpp31 int32_t deviceTypeId = *(reinterpret_cast<const int32_t*>(data)); in GetLocalDeviceInfoFuzzTest() local
34 DeviceManagerImpl::GetInstance().GetLocalDeviceType(pkgName, deviceTypeId); in GetLocalDeviceInfoFuzzTest()
/foundation/distributedhardware/device_manager/test/commonfuzztest/getdeviceinfo_fuzzer/
H A Dget_device_info_fuzzer.cpp45 int32_t deviceTypeId = 1; in GetDeviceInfoFuzzTest() local
46 DeviceManagerImpl::GetInstance().GetDeviceType(pkgName, networkId, deviceTypeId); in GetDeviceInfoFuzzTest()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_dfx.cpp128 deviceInfo.deviceTypeId = 1; in HWTEST_F()
138 * @tc.desc: set deviceTypeId id 8, Return string is not empty
144 int32_t deviceTypeId = 8; in HWTEST_F() local
145 std::string ret = HiDumpHelper::GetInstance().GetDeviceType(deviceTypeId); in HWTEST_F()
151 * @tc.desc: set deviceTypeId id 10000, Return string is not empty
157 int32_t deviceTypeId = 10000; in HWTEST_F() local
158 std::string ret = HiDumpHelper::GetInstance().GetDeviceType(deviceTypeId); in HWTEST_F()
H A DUTTest_dm_device_state_manager.cpp119 .deviceTypeId = 1, in HWTEST_F()
137 .deviceTypeId = 1, in HWTEST_F()
155 .deviceTypeId = 1, in HWTEST_F()
244 .deviceTypeId = 1, in HWTEST_F()
259 uint16_t deviceTypeId = 0x00; in HWTEST_F() local
261 dmDeviceStateManager->HandleCredentialAuthStatus(deviceList, deviceTypeId, errcode); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/accessmanager/
H A Daccess_manager.cpp128 DHLOGI("AccessManager online, networkId: %{public}s, deviceName: %{public}s, deviceTypeId: %{public}d", in OnDeviceOnline()
130 deviceInfo.deviceTypeId); in OnDeviceOnline()
146 deviceInfo.deviceTypeId, osType); in OnDeviceOnline()
155 DHLOGI("AccessManager offline, networkId: %{public}s, deviceName: %{public}s, deviceTypeId: %{public}d", in OnDeviceOffline()
157 deviceInfo.deviceTypeId); in OnDeviceOffline()
173 deviceInfo.deviceTypeId); in OnDeviceOffline()
222 deviceInfo.deviceTypeId, osType); in CheckTrustedDeviceOnline()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dnetwork_agent_template_test.cpp73 .deviceTypeId = 1, in HWTEST_F()
99 .deviceTypeId = 1, in HWTEST_F()
165 .deviceTypeId = 1, in HWTEST_F()
191 .deviceTypeId = 1, in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/mini/
H A Ddevice_manager_impl_lite_m.h100 unsigned int deviceTypeId; member
111 unsigned int deviceTypeId; member
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp50 deviceInfo.deviceName, deviceInfo.deviceTypeId); in OnDeviceOnline()
58 SoftBusAdapter::ToBeAnonymous(uuid).c_str(), deviceInfo.deviceName, deviceInfo.deviceTypeId); in OnDeviceOffline()
91 std::to_string(deviceInfo.deviceTypeId) }; in NotifyAll()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp165 uint16_t deviceTypeId = deviceInfo.deviceTypeId; in StartPrivacePage() local
166 std::string deviceType = DeviceTypeToString(deviceTypeId); in StartPrivacePage()
219 std::string ComponentPrivacy::DeviceTypeToString(uint16_t deviceTypeId) in DeviceTypeToString() argument
222 DmDeviceType deviceType = static_cast<DmDeviceType>(deviceTypeId); in DeviceTypeToString()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedialibrary_peer_info.h28 DistributedHardware::DmDeviceType deviceTypeId; member
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/database_manage/
H A Dmedialibrary_device_info.h26 uint16_t deviceTypeId; member
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsession_bus_center.cpp24 .deviceTypeId = 1}; in GetLocalNodeDeviceInfo()
/foundation/distributedhardware/distributed_input/common/test/mock/
H A Dsoftbus_bus_center_mock.cpp24 .deviceTypeId = 1}; in GetLocalNodeDeviceInfo()
/foundation/filemanagement/dfs_service/test/mock/
H A Dsoftbus_bus_center_mock.cpp29 .deviceTypeId = 1}; in GetLocalNodeDeviceInfo()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp565 int32_t deviceTypeId = 0; in GetDeviceType() local
566 auto ret = LnnGetRemoteNumInfo(networkId, NUM_KEY_DEV_TYPE_ID, &deviceTypeId); in GetDeviceType()
568 CONN_LOGI(CONN_WIFI_DIRECT, "dfx remote device type %{public}d", deviceTypeId); in GetDeviceType()
569 return deviceTypeId; in GetDeviceType()
574 int32_t deviceTypeId = 0; in GetDeviceType() local
575 auto ret = LnnGetLocalNumInfo(NUM_KEY_DEV_TYPE_ID, &deviceTypeId); in GetDeviceType()
577 CONN_LOGI(CONN_WIFI_DIRECT, "dfx local device type %{public}d", deviceTypeId); in GetDeviceType()
578 return deviceTypeId; in GetDeviceType()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp151 const char *deviceList, uint32_t deviceListLen, uint16_t deviceTypeId, int32_t errCode) in LnnNotifyHichainProofException()
153 return GetLnnConnInterface()->LnnNotifyHichainProofException(deviceList, deviceListLen, deviceTypeId, errCode); in LnnNotifyHichainProofException()
150 LnnNotifyHichainProofException( const char *deviceList, uint32_t deviceListLen, uint16_t deviceTypeId, int32_t errCode) LnnNotifyHichainProofException() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dcommon.cpp35 LOGI("Online {networkId=%s, deviceName=%s, device type=%d}", info->networkId, info->deviceName, info->deviceTypeId); in OnDefNodeOnline()
45 "Offline {networkId=%s, deviceName=%s, device type=%d}", info->networkId, info->deviceName, info->deviceTypeId); in OnDefNodeOffline()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_info_test.cpp35 .deviceTypeId = 1,
177 .deviceTypeId = 2, in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h270 uint16_t deviceTypeId; /**< Device type id */ member
511 * @param deviceTypeId The device type id.
518 const char *deviceList, uint32_t deviceListLen, uint16_t deviceTypeId, int32_t errCode);
550 uint16_t deviceTypeId; /**< The device type id of meta node */ member
/foundation/distributedhardware/device_manager/common/include/dfx/
H A Ddm_dfx_constants.h51 DmDeviceType deviceTypeId; member

Completed in 13 milliseconds

123456