Home
last modified time | relevance | path

Searched +defs:val +defs:name (Results 51 – 75 of 161) sorted by relevance

1234567

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp89 int64_t val = std::get<int64_t>(dbValue); in Convert() local
93 std::string val = std::get<std::string>(dbValue); in Convert() local
98 bool val = std::get<bool>(dbValue); in Convert() local
102 DBBytes val = std::get<DBBytes>(dbValue); in Convert() local
194 [](auto *val) { in ConvertBuckets()
348 unsigned char *name = nullptr; in ConvertAsset() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.cpp49 WatchdogTask::WatchdogTask(std::string name, std::shared_ptr<AppExecFwk::EventHandler> handler, in WatchdogTask()
62 WatchdogTask::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool … in WatchdogTask()
73 WatchdogTask::WatchdogTask(std::string name, unsigned int timeout, XCollieCallback func, void *arg,… in WatchdogTask()
85 WatchdogTask::WatchdogTask(std::string name, unsigned int timeLimit, int countLimit) in WatchdogTask()
249 struct HstackVal val; in SendXCollieEvent() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c766 bool WriteInterfaceToken(IpcIo *io, const uint16_t *name, size_t len) in WriteInterfaceToken()
805 bool WriteBoolVector(IpcIo *io, const bool *val, size_t size) in WriteBoolVector()
825 bool WriteInt8Vector(IpcIo *io, const int8_t *val, size_t size) in WriteInt8Vector()
849 bool WriteInt16Vector(IpcIo *io, const int16_t *val, size_t size) in WriteInt16Vector()
869 bool WriteInt32Vector(IpcIo *io, const int32_t *val, size_t size) in WriteInt32Vector()
893 bool WriteInt64Vector(IpcIo *io, const int64_t *val, size_t size) in WriteInt64Vector()
917 bool WriteUInt8Vector(IpcIo *io, const uint8_t *val, size_t size) in WriteUInt8Vector()
941 bool WriteUInt16Vector(IpcIo *io, const uint16_t *val, size_t size) in WriteUInt16Vector()
1013 bool WriteFloatVector(IpcIo *io, const float *val, size_t size) in WriteFloatVector()
1037 bool WriteDoubleVector(IpcIo *io, const double *val, size_t size) in WriteDoubleVector()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dmessage_parcel_mock.cpp30 bool MessageParcel::WriteInterfaceToken(std::u16string name) in WriteInterfaceToken()
145 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_layer.cpp59 char const *name = *entries; in UpdateApiEntries() local
77 const char *name = *entries; in SetupFuncMaps() local
89 static const void *GetNextLayerProcAddr(void *funcTable, const char *name) in GetNextLayerProcAddr()
98 EglWrapperFuncPointer val = (*table)[name]; in GetNextLayerProcAddr() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp195 std::string name = param.name; in VerifyAppEventParam() local
235 std::string name = param.name; in VerifyCustomAppEventParam() local
308 for (const auto& name : config.userIdNames) { in VerifyUserIdNamesOfReportConfig() local
320 for (const auto& name : config.userPropertyNames) { in VerifyUserPropertyNamesOfReportConfig() local
457 bool IsValidPropName(const std::string& name, size_t maxSize) in IsValidPropName()
475 bool IsValidPropValue(const std::string& val, size_t maxSize) in IsValidPropValue()
480 bool IsValidProcessorName(const std::string& name) in IsValidProcessorName()
485 bool IsValidRouteInfo(const std::string& name) in IsValidRouteInfo()
490 bool IsValidAppId(const std::string& name) in IsValidAppId()
505 bool IsValidUserIdName(const std::string& name) in IsValidUserIdName()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c64 FILLP_CONST struct sockaddr *name, in FtBind()
93 FILLP_CONST FILLP_SOCKADDR *name, in FtConnect()
311 FILLP_INT DLL_API FtFcntl(FILLP_INT fd, FILLP_INT cmd, FILLP_INT val) in FtFcntl()
333 FILLP_INT DLL_API FtIoctl(FILLP_INT fd, FILLP_ULONG cmd, FILLP_CONST FILLP_INT *val) in FtIoctl()
1005 FILLP_SOCKADDR *name, in FtGetSockName()
1021 FILLP_SOCKADDR *name, in FtGetPeerName()
1079 FILLP_INT DLL_API FtIoctlSocket(FILLP_INT fd, FILLP_SLONG cmd, FILLP_CONST FILLP_INT *val) in FtIoctlSocket()
H A Dsocket_app.c1240 FILLP_CONST struct sockaddr *name, FILLP_UINT32 nameLen) in SockBindConnectValidateParams()
1318 FillpErrorType SockConnect(FILLP_INT sockIndex, FILLP_CONST struct sockaddr *name, socklen_t nameLe… in SockConnect()
1380 FillpErrorType SockBind(FILLP_INT sockIndex, FILLP_CONST struct sockaddr *name, FILLP_UINT32 nameLe… in SockBind()
1437 FILLP_INT SockFcntl(FILLP_INT s, FILLP_INT cmd, FILLP_INT val) in SockFcntl()
1480 FILLP_INT SockIoctlsocket(FILLP_INT s, FILLP_SLONG cmd, FILLP_CONST FILLP_INT *val) in SockIoctlsocket()
1527 …atic struct FtSocket *SockGetnameCheckParam(FILLP_INT sockIndex, FILLP_CONST struct sockaddr *name, in SockGetnameCheckParam()
1555 FILLP_INT SockGetsockname(FILLP_INT sockIndex, struct sockaddr *name, socklen_t *nameLen) in SockGetsockname()
1605 FILLP_INT SockGetpeername(FILLP_INT sockIndex, struct sockaddr *name, socklen_t *nameLen) in SockGetpeername()
1679 void SockSetNonblocking(struct FtSocket *sock, FILLP_INT val) in SockSetNonblocking()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp44 MediaSourceFilter::MediaSourceFilter(const std::string& name) in MediaSourceFilter()
371 …e MediaSourceFilter::CreatePlugin(const std::shared_ptr<PluginInfo>& info, const std::string& name, in CreatePlugin()
406 for (const std::string& name : nameList) { in FindPlugin() local
409 auto val = info->extra[PLUGIN_INFO_EXTRA_PROTOCOL]; in FindPlugin() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dgpio_test.c422 uint16_t val = 0; in GpioTestReliability() local
463 uint16_t val; in GpioIfPerformanceTest() local
488 const char *name; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_animation.cpp75 void SvgAnimation::SetAttr(const std::string& name, const std::string& value) in SetAttr()
196 CalcMode SvgAnimation::ConvertCalcMode(const std::string& val) in ConvertCalcMode()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp215 std::string name = GetStringFromData(STR_LEN); in SurfaceFuzzTest2() local
218 std::string val = GetStringFromData(STR_LEN); in SurfaceFuzzTest2() local
239 [](const std::string& key, const std::string& val) {}); in SurfaceFuzzTest2()
269 std::string name = GetStringFromData(STR_LEN); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp1244 int64_t val = 0; variable
1260 int64_t val = 0; variable
1276 int64_t val = 0; variable
1308 int64_t val = 0; variable
1325 uint64_t val = 0; variable
1342 double val = 0; variable
1359 std::string val; variable
1376 std::vector<int64_t> val; variable
1394 std::vector<uint64_t> val; variable
1412 std::vector<double> val; variable
[all …]
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_socket.c39 static int GetSocketAddr(struct sockaddr_un *addr, const char *name) in GetSocketAddr()
233 char val[MAX_SOCKET_FD_LEN] = { 0 }; in SetSocketEnvForService() local
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp121 std::string name = names[i]; in GetCpuInfos() local
158 std::string name = names[i]; in GetPidInfos() local
239 std::string name = ptr->d_name; in GetNamesInFolder() local
259 bool DumpCommonUtils::GetProcessNameByPid(int pid, std::string& name) in GetProcessNameByPid()
312 std::string val = TrimStr(keyValue[LINE_VALUE], '\t'); in GetProcessInfo() local
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp230 string LogParse::MatchExceptionLibrary(const string& val) in MatchExceptionLibrary()
255 string name = src.top(); in MatchIgnoreLibrary() local
293 std::vector<std::string> name = {"FIRST_FRAME", "SECOND_FRAME", "LAST_FRAME"}; in SetFrame() local
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock_manager.cpp109 napi_value name; in Init() local
164 napi_value name; in Constructor() local
416 void AsyncLockManager::Request(const std::string &name) in Request()
445 bool AsyncLockManager::GetLockMode(napi_env env, napi_value val, LockMode &mode) in GetLockMode()
455 bool AsyncLockManager::GetLockOptions(napi_env env, napi_value val, LockOptions &options) in GetLockOptions()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp53 EventLoop::EventLoop(const std::string &name) : name_(name), nextWakeupTime_(0), currentProcessingE… in EventLoop()
279 const std::string &name, std::shared_ptr<FileDescriptorEventCallback> source) in AddFileDescriptorEventCallback()
327 bool EventLoop::RemoveFileDescriptorEventCallback(const std::string &name) in RemoveFileDescriptorEventCallback()
383 int32_t val = 0; in PollNextEvent() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Deffect_napi.cpp149 napi_value ParseJsValue(napi_env env, napi_value jsObject, const std::string& name) in ParseJsValue()
261 bool ParseJsDoubleValue(napi_value jsObject, napi_env env, const std::string& name, double& data) in ParseJsDoubleValue()
282 bool ParseJsVec3Value(napi_value jsObject, napi_env env, const std::string& name, Vector3f& vecTmp) in ParseJsVec3Value()
322 double val; in ParseBrightnessBlender() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp27 const char* name; member
51 Attribute::Attribute(std::string name, std::string value) in Attribute()
79 unsigned val; in HexSequence() local
281 std::shared_ptr<Tag> TagFactory::CreateTagByName(const std::string& name, const std::string& value) in CreateTagByName()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp770 const std::string val = "111"; variable
785 const std::string val = "222"; variable
800 const std::string val = "333"; variable
815 const std::string val = "444"; variable
830 const std::string val = "test"; variable
865 const std::string val = "test"; variable
1464 const std::string val = "test"; variable
1556 const std::string name = "test"; variable
1574 const std::string name = "test"; variable
1592 const std::string name = "test"; variable
[all …]
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp188 int64_t val = 0; in ParseSignedBigIntValue() local
203 uint64_t val = 0; in ParseUnsignedBigIntValue() local
251 long long GetLonglongTypeAttribute(const napi_env env, const napi_value& val, long long defaultValu… in GetLonglongTypeAttribute()
519 napi_value val = NapiHiSysEventUtil::GetPropertyByName(env, propertyValue, buf); in GetObjectTypeAttribute() local
555 std::string name = GetStringTypeAttribute(env, jsObj, NapiHiSysEventUtil::NAME_ATTR); in ParseListenerRule() local
572 if (std::any_of(names.begin(), names.end(), [] (auto& name) { in IsQueryRuleValid()
637 void CreateBoolValue(const napi_env env, bool value, napi_value& val) in CreateBoolValue()
645 void CreateDoubleValue(const napi_env env, double value, napi_value& val) in CreateDoubleValue()
653 void CreateUint32Value(const napi_env env, uint32_t value, napi_value& val) in CreateUint32Value()
1095 bool NapiHiSysEventUtil::IsNullOrUndefined(napi_env env, const napi_value& val) in CreateHiSysEventInfoJsObject()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp27 const char* name; member
51 Attribute::Attribute(std::string name, std::string value) in Attribute()
79 unsigned val; in HexSequence() local
277 std::shared_ptr<Tag> TagFactory::CreateTagByName(const std::string& name, const std::string& value) in CreateTagByName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_bindings.inl57 void JsiClass<C>::Declare(const char* name)
69 void JsiClass<C>::Method(const char* name, FunctionBinding<Base, R, Args...>* binding)
92 void JsiClass<C>::CustomMethod(const char* name, FunctionCallback callback)
101 void JsiClass<C>::CustomMethod(const char* name, FunctionBinding<T, void, const JSCallbackInfo&>* b…
112 void JsiClass<C>::CustomProperty(const char* name,
130 void JsiClass<C>::CustomProperty(const char* name, FunctionGetCallback getter, FunctionSetCallback …
140 void JsiClass<C>::CustomProperty(const char* name, FunctionBinding<T, void, const JSCallbackInfo&>*…
155 void JsiClass<C>::StaticMethod(const char* name, StaticFunctionBinding<R, Args...>* staticFunctionB…
166 const char* name, StaticFunctionBinding<void, const JSCallbackInfo&>* staticFunctionBinding)
176 void JsiClass<C>::CustomStaticMethod(const char* name, FunctionCallback callback)
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dregs_test.cpp76 uintptr_t val = 0x00000001; variable
79 auto name = dfxRegs->GetSpecialRegsName(val); variable

1234567