/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | plugin_register.cpp | 40 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 D | hcs_tree_if.c | 45 #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 D | mock_parameters.cpp | 23 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 D | parameters.cpp | 31 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 D | parameter.cpp | 50 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 D | param_wrapper.cpp | 67 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 D | hcs_fuzzer.cpp | 71 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 D | parameters.cpp | 30 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 D | json_utils.h | 44 …((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 D | test_database.rs | 62 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 D | image_decoder.cpp | 120 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 D | app_spawn_stub.cpp | 54 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 D | parameter_mock.cpp | 21 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 D | plugin_package.h | 32 Status AddPackage(const PackageDef& def) in AddPackage()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_future.h | 87 T GetResultOr(T def) const in GetResultOr()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | sysparam_dynamic.c | 20 int GetFscryptParameter(const char *key, const char *def, char *value, unsigned int *len) in GetFscryptParameter()
|
H A D | sysparam_static.c | 20 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 D | getparametercpp_fuzzer.cpp | 24 const std::string def = ""; in FuzzGetParameter() local
|
/ohos5.0/foundation/arkui/ui_appearance/test/mock/ |
H A D | mock_parameter.cpp | 25 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 D | parameter.cpp | 18 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 D | sysparam.cpp | 39 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 D | device_adapter.cpp | 43 std::string DeviceAdapter::GetParameter(const std::string &key, const std::string &def) in GetParameter()
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_parameter.c | 28 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 D | socperf_executor_config.cpp | 183 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 D | mock_wifi_global_func.cpp | 37 int GetParamValue(const char *key, const char *def, char *value, uint32_t len) in GetParamValue()
|