Home
last modified time | relevance | path

Searched defs:lightType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dlight_info_ipc.cpp60 void LightInfoIPC::SetLightType(int32_t lightType) in SetLightType()
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/light/
H A Dlight_agent_type.h49 int32_t lightType; /** Light type. For details, see {@link LightType}. */ member
/ohos5.0/base/sensors/miscdevice/test/unittest/light/
H A Dlight_agent_test.cpp127 bool GetLightColor(LightColor &color, int32_t lightType) in GetLightColor()
/ohos5.0/drivers/peripheral/light/interfaces/v1_0/
H A Dilight_type_vdi.h46 int32_t lightType; member
/ohos5.0/drivers/peripheral/light/interfaces/include/
H A Dlight_type.h199 int32_t lightType; /** Light type. For details, see {@link HdfLightType}. */ member
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/
H A Dlight_driver.h138 int32_t lightType; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp1787 string lightType; in PrimitiveAttributes() local
H A Dgltf2_importer.cpp449 LightComponent::Type ConvertToCoreLightType(GLTF2::LightType lightType) in ConvertToCoreLightType()