Searched refs:deviceIdType (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 24 int32_t deviceIdType = 1; in AddAccessControlProfileFirst() local 63 profileFirst.SetDeviceIdType(deviceIdType); in AddAccessControlProfileFirst() 75 int32_t deviceIdType = 1; in AddAccessControlProfileSecond() local 115 profileSecond.SetDeviceIdType(deviceIdType); in AddAccessControlProfileSecond() 127 int32_t deviceIdType = 1; in AddAccessControlProfileThird() local 166 profileThird.SetDeviceIdType(deviceIdType); in AddAccessControlProfileThird() 178 int32_t deviceIdType = 1; in AddAccessControlprofileFourth() local 217 profileFourth.SetDeviceIdType(deviceIdType); in AddAccessControlprofileFourth() 229 int32_t deviceIdType = 1; in AddAccessControlProfileFifth() local 268 profileFifth.SetDeviceIdType(deviceIdType); in AddAccessControlProfileFifth() 280 int32_t deviceIdType = 1; AddAccessControlProfileSixth() local 332 int32_t deviceIdType = 1; AddAccessControlProfileSeventh() local 384 int32_t deviceIdType = 1; AddAccessControlProfileEighth() local 436 int32_t deviceIdType = 1; AddAccessControlProfileNinth() local 488 int32_t deviceIdType = 1; AddAccessControlProfileTenth() local 540 int32_t deviceIdType = 1; AddAccessControlProfileEleventh() local [all...] |
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | access_control_profile.cpp | 185 void AccessControlProfile::SetDeviceIdType(uint32_t deviceIdType) in SetDeviceIdType() argument 187 deviceIdType_ = deviceIdType; in SetDeviceIdType()
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | access_control_profile.h | 61 void SetDeviceIdType(uint32_t deviceIdType);
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | dm_native_util.cpp | 438 napi_valuetype deviceIdType = napi_undefined; in JsToStringAndCheck() local 439 napi_typeof(env, value, &deviceIdType); in JsToStringAndCheck() 440 if (!CheckArgsType(env, deviceIdType == napi_string, valueName, "string")) { in JsToStringAndCheck()
|
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 1450 int32_t deviceIdType = rowEntity.Get(DEVICE_ID_TYPE); in ConvertToTrustDeviceProfile() local 1455 trustDeviceProfile.SetDeviceIdType(deviceIdType); in ConvertToTrustDeviceProfile() 1544 int32_t deviceIdType = rowEntity.Get(DEVICE_ID_TYPE); in ConvertToAccessControlProfile() local 1558 accessControlProfile.SetDeviceIdType(deviceIdType); in ConvertToAccessControlProfile()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 3094 napi_valuetype deviceIdType = napi_undefined;
in JsToStringAndCheck() local 3095 napi_typeof(env, value, &deviceIdType);
in JsToStringAndCheck() 3096 if (!CheckArgsType(env, deviceIdType == napi_string, valueName, "string")) {
in JsToStringAndCheck()
|
Completed in 12 milliseconds