Searched refs:GetDeviceNum (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | distributed_module_config.cpp | 25 if (GetDeviceNum() != 0) { in IsOn() 85 size_t DistributedModuleConfig::GetDeviceNum() in GetDeviceNum() function in OHOS::MiscServices::DistributedModuleConfig
|
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/ |
H A D | camera_utils.c | 381 int32_t GetDeviceNum(const char *driverName, int camId, int type) in GetDeviceNum() function 428 deviceNum = GetDeviceNum(driverName, camId, type); in CheckFrameRate() 517 num = GetDeviceNum(driverName, camId, type); in GetDeviceOps() 564 num = GetDeviceNum(comDev->driverName, comDev->camId, comDev->type); in CameraDeviceGetCtrlConfig()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/ |
H A D | distributed_module_config.h | 41 size_t GetDeviceNum();
|
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/include/ |
H A D | camera_utils.h | 33 int32_t GetDeviceNum(const char *driverName, int camId, int type);
|