Home
last modified time | relevance | path

Searched defs:value (Results 726 - 750 of 12332) sorted by relevance

1...<<21222324252627282930>>...494

/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter_weak.c27 int32_t __attribute__ ((weak)) GetCommonDevInfo(CommonDeviceKey key, char *value, uint32_t len) in GetCommonDevInfo() argument
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dhitrace.h24 inline DataObjectHiTrace(const std::string &value) in DataObjectHiTrace() argument
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dhitrace.h27 inline HiTrace(const std::string &value) in HiTrace() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddelegate_callback.cpp24 void DelegateCallback::CallbackKv(DBStatus status, const Value &value) in CallbackKv() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dintercepted_data.h26 const Value &value; member
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dhitrace.h27 inline HiTrace(const std::string &value) in HiTrace() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_hitrace.h27 inline HiTrace(const std::string &value) in HiTrace() argument
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dvideo.cpp29 Video::Video(UDType type, ValueType value) : File(type, value) in Video() argument
H A Dimage.cpp29 Image::Image(UDType type, ValueType value) : File(type, value) in Image() argument
H A Dfolder.cpp29 Folder::Folder(UDType type, ValueType value) : File(type, value) in Folder() argument
H A Daudio.cpp29 Audio::Audio(UDType type, ValueType value) : File(type, value) in Audio() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_hitrace.h27 inline HiTrace(const std::string &value) in HiTrace() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dhitrace.h27 inline HiTrace(const std::string &value) in HiTrace() argument
/foundation/distributeddatamgr/udmf/framework/common/
H A Dendian_converter.h24 static inline int8_t HostToNet(int8_t value) in HostToNet() argument
28 static inline int16_t HostToNet(int16_t value) in HostToNet() argument
33 static inline int16_t NetToHost(int16_t value) in NetToHost() argument
38 static inline int32_t HostToNet(int32_t value) in HostToNet() argument
43 static inline int8_t NetToHost(int8_t value) in NetToHost() argument
48 NetToHost(int32_t value) NetToHost() argument
53 HostToNet(int64_t value) HostToNet() argument
58 NetToHost(int64_t value) NetToHost() argument
63 HostToNet(uint8_t value) HostToNet() argument
67 HostToNet(uint16_t value) HostToNet() argument
72 NetToHost(uint16_t value) NetToHost() argument
77 HostToNet(uint32_t value) HostToNet() argument
82 NetToHost(uint8_t value) NetToHost() argument
87 NetToHost(uint32_t value) NetToHost() argument
92 HostToNet(uint64_t value) HostToNet() argument
97 NetToHost(uint64_t value) NetToHost() argument
[all...]
/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() argument
33 int SetFscryptParameter(const char *policy, const char *value) in SetFscryptParameter() argument
H A Dsysparam_static.c20 int GetFscryptParameter(const char *key, const char *def, char *value, unsigned int *len) in GetFscryptParameter() argument
29 int SetFscryptParameter(const char *policy, const char *value) in SetFscryptParameter() argument
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/utils/
H A Dcommon_utils.cpp19 std::string CommonUtils::GetStringArgument(napi_env env, napi_value value) in GetStringArgument() argument
/test/xts/acts/startup_lite/syspara_hal/src/
H A Dparameter_reli_test.c63 const char* value = GetDeviceType(); variable
80 const char* value = GetManufacture(); variable
97 const char* value = GetBrand(); variable
114 const char* value = GetMarketName(); variable
131 const char* value = GetProductSeries(); variable
148 const char* value = GetProductModel(); variable
165 const char* value = GetHardwareModel(); variable
182 const char* value = GetHardwareProfile(); variable
202 const char* value = GetSerial(); variable
219 const char* value variable
236 const char* value = GetDisplayVersion(); global() variable
253 const char* value = GetBootloaderVersion(); global() variable
270 const char* value = GetSecurityPatchTag(); global() variable
287 const char* value = GetAbiList(); global() variable
305 int value = GetFirstApiVersion(); global() variable
322 const char* value = GetIncrementalVersion(); global() variable
339 const char* value = GetVersionId(); global() variable
356 const char* value = GetBuildType(); global() variable
373 const char* value = GetBuildUser(); global() variable
390 const char* value = GetBuildHost(); global() variable
407 const char* value = GetBuildTime(); global() variable
424 const char* value = GetBuildRootHash(); global() variable
441 const char* value = GetSoftwareModel(); global() variable
459 int value = GetSdkApiVersion(); global() variable
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcelp_math.h81 bidir_sal(unsigned value, int offset) bidir_sal() argument
[all...]
H A Dvc1_pred.h39 static av_always_inline int scale_mv(int value, int bfrac, int inv, int qs) in scale_mv() argument
/third_party/eudev/src/shared/
H A Dsysctl-util.c59 int sysctl_write(const char *property, const char *value) { in sysctl_write() argument
/third_party/elfutils/libebl/
H A Deblcheckobjattr.c38 ebl_check_object_attribute(Ebl *ebl, const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) ebl_check_object_attribute() argument
/third_party/gn/src/base/memory/
H A Draw_scoped_refptr_mismatch_checker.h43 value = std::is_pointer<T>::value && enumerator
/third_party/benchmark/src/
H A Djson_reporter.cc67 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() argument
72 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() argument
77 std::string FormatKV(std::string const& key, bool value) { in FormatKV() argument
82 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() argument
88 std::string FormatKV(std::string const& key, double value) { in FormatKV() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DOutputInt.java27 public int value; field in OutputInt
47 public OutputInt(int value) { in OutputInt() argument
[all...]

Completed in 8 milliseconds

1...<<21222324252627282930>>...494