Home
last modified time | relevance | path

Searched refs:functionValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp1319 JSIValue functionValue = JSI::CreateFunction(Function); // not obj type in JSIInterfaceTest038() local
1321 …SIValue errResult = JSI::CreateErrorWithCode(JSI_ERR_CODE_NOT_SUPPORTED, errorInfo, functionValue); in JSIInterfaceTest038()
1341 JSI::ReleaseValue(functionValue); in JSIInterfaceTest038()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1039 std::string functionValue(cFunctionValue); in UpdateFunctionStatus() local
1040 auto it = configMap.find(functionValue); in UpdateFunctionStatus()
1042 HDF_LOGI("Function is %{public}s", functionValue.c_str()); in UpdateFunctionStatus()