Home
last modified time | relevance | path

Searched defs:def (Results 1 – 25 of 69) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp40 Status PluginRegister::RegisterImpl::AddPackage(const PackageDef& def) in AddPackage()
45 Status PluginRegister::RegisterImpl::SetPackageDef(const PackageDef& def) in SetPackageDef()
51 Status PluginRegister::RegisterImpl::AddPlugin(const PluginDefBase& def) in AddPlugin()
73 void PluginRegister::RegisterImpl::UpdateRegisterTableAndRegisterNames(const PluginDefBase& def) in UpdateRegisterTableAndRegisterNames()
161 …nRegister::RegisterImpl::SetPluginInfo(std::shared_ptr<PluginInfo>& info, const PluginDefBase& def) in SetPluginInfo()
196 …egister::RegisterImpl::InitMuxerInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) in InitMuxerInfo()
208 …egister::RegisterImpl::InitCodecInfo(std::shared_ptr<PluginRegInfo>& reg, const PluginDefBase& def) in InitCodecInfo()
265 const PluginDefBase& def) in SourceCapabilityConvert()
273 const PluginDefBase& def) in DemuxerCapabilityConvert()
290 const PluginDefBase& def) in AudioSinkCapabilityConvert()
[all …]
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_tree_if.c45 #define RETURN_DEFAULT_VALUE(attr, attrName, value, def) do { … argument
56 …sGetUint8(const struct DeviceResourceNode *node, const char *attrName, uint8_t *value, uint8_t def) in HcsGetUint8()
133 uint8_t *value, uint8_t def) in HcsGetUint8ArrayElem()
154 uint16_t *value, uint16_t def) in HcsGetUint16ArrayElem()
175 uint32_t *value, uint32_t def) in HcsGetUint32ArrayElem()
196 uint64_t *value, uint64_t def) in HcsGetUint64ArrayElem()
223 uint8_t def) in HcsGetUint8Array()
241 uint16_t def) in HcsGetUint16Array()
259 uint32_t def) in HcsGetUint32Array()
277 uint64_t def) in HcsGetUint64Array()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/src/
H A Dmock_parameters.cpp23 void SetBoolParameter(const std::string& key, bool def) in SetBoolParameter()
28 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/parameter/
H A Dparameters.cpp31 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter()
41 T GetIntParameter(const std::string& key, T def) in GetIntParameter()
55 std::string GetParameter(const std::string& key, const std::string& def) in GetParameter()
H A Dparameter.cpp50 int GetParameter(const char *key, const char *def, char *value, int len) in GetParameter()
62 int GetIntParameter(const char *key, int def) in GetIntParameter()
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_wrapper.cpp67 std::string GetParameter(const std::string& key, const std::string& def) in GetParameter()
84 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter()
102 int GetStringParameter(const std::string &key, std::string &value, const std::string def) in GetStringParameter()
122 T GetIntParameter(const std::string& key, T def, T min, T max) in GetIntParameter()
141 T GetUintParameter(const std::string& key, T def, T max) in GetUintParameter()
179 int GetIntParameter(const std::string &key, int def) in GetIntParameter()
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/framework_fuzzer/hcs_fuzzer/
H A Dhcs_fuzzer.cpp71 uint8_t def = 0; in FuncHcsGetUint8() local
95 uint32_t def = 0; in FuncHcsGetUint32() local
119 uint64_t def = 0; in FuncHcsGetUint64() local
144 uint8_t def = 0; in FuncHcsGetUint8ArrayElem() local
169 uint16_t def = 0; in FuncHcsGetUint16ArrayElem() local
194 uint32_t def = 0; in FuncHcsGetUint32ArrayElem() local
219 uint64_t def = 0; in FuncHcsGetUint64ArrayElem() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dparameters.cpp30 bool GetBoolParameter(const std::string &key, bool def) in GetBoolParameter()
35 std::string GetParameter(const std::string &key, const std::string &def) in GetParameter()
/ohos5.0/base/startup/appspawn/util/include/
H A Djson_utils.h44 …((always_inline)) inline bool GetBoolValueFromJsonObj(const cJSON *json, const char *key, bool def) in GetBoolValueFromJsonObj()
55 …s_inline)) inline uint32_t GetIntValueFromJsonObj(const cJSON *json, const char *key, uint32_t def) in GetIntValueFromJsonObj()
/ohos5.0/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs62 let mut def = DbMap::from(DB_DATA); in open_db_and_insert_data() localVariable
138 let mut def = DbMap::from(DB_DATA); in insert_data_with_different_alias() localVariable
212 let mut def = DbMap::from(DB_DATA); in query_ordered_data() localVariable
276 let mut def = DbMap::from(DB_DATA); in backup_and_restore() localVariable
288 let mut def = DbMap::from(DB_DATA); in insert_duplicated_data() localVariable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp120 OMX_PARAM_PORTDEFINITIONTYPE def; in UpdateInPortFormat() local
138 OMX_PARAM_PORTDEFINITIONTYPE def; in UpdateOutPortFormat() local
225 OMX_PARAM_PORTDEFINITIONTYPE def; in ReConfigureOutputBufferCnt() local
326 OMX_PARAM_PORTDEFINITIONTYPE def; in UpdateFormatFromSurfaceBuffer() local
/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.cpp54 bool GetIntParameter(const std::string &key, bool def, bool arg1 = false, bool arg2 = false) in GetIntParameter()
59 bool GetBoolParameter(const std::string &key, bool def) in GetBoolParameter()
121 int GetParameter(const char *key, const char *def, char *value, uint32_t len) in GetParameter()
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/parameter_mock/src/
H A Dparameter_mock.cpp21 int GetParameter(const char *key, const char *def, char *value, uint32_t len) in GetParameter()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_package.h32 Status AddPackage(const PackageDef& def) in AddPackage()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_future.h87 T GetResultOr(T def) const in GetResultOr()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dsysparam_dynamic.c20 int GetFscryptParameter(const char *key, const char *def, char *value, unsigned int *len) in GetFscryptParameter()
H A Dsysparam_static.c20 int GetFscryptParameter(const char *key, const char *def, char *value, unsigned int *len) in GetFscryptParameter()
/ohos5.0/base/startup/init/test/fuzztest/getparametercpp_fuzzer/
H A Dgetparametercpp_fuzzer.cpp24 const std::string def = ""; in FuzzGetParameter() local
/ohos5.0/foundation/arkui/ui_appearance/test/mock/
H A Dmock_parameter.cpp25 int GetParameter(const char* key, const char* def, char* value, unsigned int len) in GetParameter()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dparameter.cpp18 int GetParameter(const char *key, const char *def, char *value, unsigned int len) in GetParameter()
/ohos5.0/base/powermgr/power_manager/utils/param/src/
H A Dsysparam.cpp39 int32_t SysParam::GetIntValue(const std::string& key, int32_t def) in GetIntValue()
/ohos5.0/base/update/updateservice/services/core/ability/adapter/src/
H A Ddevice_adapter.cpp43 std::string DeviceAdapter::GetParameter(const std::string &key, const std::string &def) in GetParameter()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_parameter.c28 int GetParameter(const char *key, const char *def, char *value, unsigned int len) in GetParameter()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp183 char *def = nullptr; in LoadFreqResourceContent() local
279 char* def = reinterpret_cast<char*>(xmlNodeGetContent(greatGrandson)); in TraversalGovResource() local
359 bool SocPerfConfig::CheckResourceTag(int32_t persistMode, const char* def, in CheckResourceTag()
409 int64_t def = resourceNode->def; in CheckDefValid() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_global_func.cpp37 int GetParamValue(const char *key, const char *def, char *value, uint32_t len) in GetParamValue()

123