Searched +defs:val +defs:function (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_protocol.c | 39 uint32_t val = x; in MmcEndianConversion() local 1257 uint32_t val = 0; in EmmcGetPowerClassValue() local 1298 uint32_t val; in EmmcSelectPowerClass() local 3176 int32_t SdioReadCccrIoEnable(struct MmcCntlr *cntlr, uint8_t *val) in SdioReadCccrIoEnable() 3260 int32_t SdioReadCccrIoReady(struct MmcCntlr *cntlr, uint8_t *val) in SdioReadCccrIoReady() 3280 int32_t SdioReadCccrIntPending(struct MmcCntlr *cntlr, uint8_t *val) in SdioReadCccrIntPending() 3303 uint8_t val; in SdioCccrIntEnable() local 3347 uint8_t val; in SdioCccrIntDisable() local 3879 struct SdioFunction *function = NULL; in SdioAllocFunction() local 3891 static void SdioDeleteFunction(struct SdioFunction *function) in SdioDeleteFunction() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 312 void ParseLineDash(const std::string& val, SegmentInfo& segmentInfo) in ParseLineDash() 327 void ParseTextPlacement(const std::string& val, TextInfo& textInfo) in ParseTextPlacement() 356 auto val = data->GetString(); in GetAttrDataSetData() local 1581 …const std::function<void(const std::unique_ptr<JsonValue>&, std::vector<T>&)>& function, std::stri… in ParseSpecialAttr() 1596 …const std::function<void(const std::unique_ptr<JsonValue>&, T&)>& function, std::string& variable,… in ParseSpecialAttr()
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | adapter_if.c | 723 char tmp[MAX_PATHLEN], val[MAX_NAMELEN]; in WriteConfPowerAttributes() local 957 static bool CreateFun(struct UsbFnFunction *function, const char *devName, uint8_t *confVal, int32_… in CreateFun()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 811 Local<JSValueRef> val = obj->Get(vm, key); in GetProperty() local 895 Local<panda::JSValueRef> val = LocalValueFromJsValue(propertyDescriptor.value); in NapiDefinePropertyInner() local 947 Local<panda::JSValueRef> val = panda::JSValueRef::Undefined(vm); in NapiCreateObjectWithProperties() local 1138 Local<JSValueRef> function = LocalValueFromJsValue(func); in InitTaskPoolFunc() local 1183 napi_value thisVar, napi_value function, napi_value const* argv, size_t argc) in CallFunction()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 783 Local<panda::JSValueRef> val = LocalValueFromJsValue(value); in napi_coerce_to_bool() local 841 Local<panda::JSValueRef> val = obj->GetPrototype(vm); in napi_get_prototype() local 1218 panda::FunctionRef* function = reinterpret_cast<panda::FunctionRef *>(func); in napi_call_function() local 1946 Local<panda::JSValueRef> val = nativeObject->Get(vm, key); in napi_unwrap() local 1969 Local<panda::JSValueRef> val = nativeObject->Get(vm, key); in napi_remove_wrap() local 2052 void* val = nativeObject->GetNativePointerField(vm, 0); in napi_unwrap_sendable() local 2069 void* val = nativeObject->GetNativePointerField(vm, 0); in napi_remove_wrap_sendable() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2315 JSRef<JSObject> val = JSRef<JSObject>::Cast(jsVal); in JsChainWeight() local 2511 JSRef<JSVal> val = optionObj->GetProperty("offset"); in JsOverlay() local 6291 static bool ParseSpanAndOffset(const JSRef<JSVal>& val, uint32_t& span, int32_t& offset) in ParseSpanAndOffset() 6319 JSRef<JSVal> val = sizeObj->GetProperty(values.second.c_str()); in JsUseSizeType() local 8491 node = frameNode](const float val) { in JSCreateAnimatableProperty() 9056 JSRef<JSObject> val = JSRef<JSObject>::Cast(rule); in JsAlignRules() local 10690 auto function = panda::CopyableGlobal(vm, func); in ParseJsGetFunc() local 10717 auto function = panda::CopyableGlobal(vm, func); in ParseJsFunc() local 10732 auto function = panda::CopyableGlobal(vm, func); in ParseJsFunc() local
|