Home
last modified time | relevance | path

Searched refs:deviceIdType (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp24 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 Daccess_control_profile.cpp185 void AccessControlProfile::SetDeviceIdType(uint32_t deviceIdType) in SetDeviceIdType() argument
187 deviceIdType_ = deviceIdType; in SetDeviceIdType()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Daccess_control_profile.h61 void SetDeviceIdType(uint32_t deviceIdType);
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp438 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 Dtrust_profile_manager.cpp1450 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 Dnative_devicemanager_js.cpp3094 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