Home
last modified time | relevance | path

Searched +defs:fs +defs:type (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/merge_node/
H A Dmerge_node.cpp17 MergeNode::MergeNode(const std::string& name, const std::string& type, const std::string &cameraId) in MergeNode()
91 [port](std::shared_ptr<FrameSpec> fs) { in DealSecondBuffer()
126 [it](std::shared_ptr<FrameSpec> fs) { in MergeBuffers()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocation_config_manager.cpp107 std::string LocationConfigManager::GetPrivacyTypeConfigPath(const int type) in GetPrivacyTypeConfigPath()
142 std::ifstream fs(GetLocationSwitchConfigPath()); in GetLocationSwitchState() local
164 bool LocationConfigManager::GetStringParameter(const std::string& type, std::string& value) in GetStringParameter()
177 int LocationConfigManager::GetIntParameter(const std::string& type) in GetIntParameter()
246 std::fstream fs(GetLocationSwitchConfigPath()); in SetLocationSwitchState() local
266 LocationErrCode LocationConfigManager::GetPrivacyTypeState(const int type, bool& isConfirmed) in GetPrivacyTypeState()
288 LocationErrCode LocationConfigManager::SetPrivacyTypeState(const int type, bool isConfirmed) in SetPrivacyTypeState()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dextension.js16 const fs = require('fs'); constant
143 function send(type, data) { argument
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfwk_conf_loader.cpp84 std::ifstream fs(realPath); in ParseBackupFile() local
106 int32_t DualFwkConfLoader::Load(DualFwkConf &conf, const RestoreSceneType &type, const std::string … in Load()
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_stream_player.cpp122 void OnInfo(int type, int extra) override in OnInfo()
139 std::fstream fs(dataPath); in ReadDataFromFile() local
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.cpp127 string TestUtil::BuildCommand(CmdType type, const string &target) in BuildCommand()
152 string TestUtil::ExecCmd(CmdType type, const string &target) in ExecCmd()
266 std::ofstream fs(file, std::ios::out); in WriteFile() local
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp57 const char *type; member
67 for (const auto &fs : FS_TYPES) { in RetrieveFsType() local
221 const JsonNode &type = root["type"]; in ParseModuleInfo() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Ddlp_fuse_test.cpp206 std::string type = FUSE_TYPE; in PrepareDlpFuseFsMount() local
934 struct stat fs = linkFile.GetLinkStat(); variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp348 AppEventPack::AppEventPack(const std::string& name, int type) : AppEventPack(DEFAULT_DOMAIN, name, … in AppEventPack()
351 AppEventPack::AppEventPack(const std::string& domain, const std::string& name, int type) in AppEventPack()
512 void AppEventPack::AddParam(const std::string& key, const std::vector<float>& fs) in AddParam()
734 void AppEventPack::SetType(int type) in SetType()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp561 const ShaderModule* fs = GetShaderModule(createInfo.fragShaderModuleIndex); in Create() local
1095 const RenderHandleType type = RenderHandleUtil::GetHandleType(handle); in GetGraphicsStateRef() local
1194 const RenderHandleType type = RenderHandleUtil::GetHandleType(handle); in GetVertexInputDeclarationView() local
1269 const RenderHandleType type = RenderHandleUtil::GetHandleType(handle); in GetPipelineLayoutHandleByShaderHandle() local
1322 const RenderHandleType type = RenderHandleUtil::GetHandleType(handle); in GetPipelineLayoutRef() local
1338 const RenderHandleType type = RenderHandleUtil::GetHandleType(handle); in GetReflectionPipelineLayoutHandle() local
1373 const RenderHandleType type = RenderHandleUtil::GetHandleType(handle); in GetReflectionPipelineLayoutRef() local
1398 const RenderHandleType type = RenderHandleUtil::GetHandleType(handle); in GetReflectionSpecialization() local
1428 const RenderHandleType type = RenderHandleUtil::GetHandleType(handle); in GetReflectionVertexInputDeclaration() local
2011 const RenderHandleType type = handle.GetHandleType(); in CreateShaderPipelineBinder() local
[all …]