Home
last modified time | relevance | path

Searched refs:BindType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp94 … trustDevice.GetBindType() == (uint32_t)OHOS::DistributedDeviceProfile::BindType::SAME_ACCOUNT || in IsTrustDevice()
217 …accessControlProfile.SetBindType((uint32_t)OHOS::DistributedDeviceProfile::BindType::SAME_ACCOUNT); in InsertDpSameAccount()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dtrust_device_profile.h32 bindType_(static_cast<uint32_t>(BindType::MIN)) in TrustDeviceProfile()
H A Ddistributed_device_profile_enums.h77 enum class BindType : uint32_t { enum
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h168 } BindType; typedef
H A Dnstackx_dfile_session.h86 BindType bindType;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp43 if (profile.GetBindType() == (uint32_t)OHOS::DistributedDeviceProfile::BindType::SAME_ACCOUNT) { in OnTrustDeviceProfileAdd()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp34 bindType_(static_cast<uint32_t>(BindType::MIN)), in AccessControlProfile()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp398 GLenum BindType(const GpuImageGLES* image) in BindType() function
457 const GLenum bindType = BindType(image); in GenerateSubPassFBO()
535 BindToFbo(BindType(image), images[ci], framebuffer.width, framebuffer.height, views, in GenerateResolveFBO()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp824 if (bindType == static_cast<int32_t>(BindType::SAME_ACCOUNT) || in GetAclProfileByUserIdAndBundleName()
913 if (bindType == static_cast<int32_t> (BindType::SAME_ACCOUNT) || in GetAclProfileByTokenId()
954 if (bindType == static_cast<int32_t> (BindType::SAME_ACCOUNT) || in GetAclProfileByBundleName()