Home
last modified time | relevance | path

Searched refs:functionId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_proxy.c172 int32_t functionId = -1; in Notify() local
173 ReadInt32(reply, &functionId); in Notify()
174 if (functionId == SENSOR_SERVICE_ID_GET_ALL_SENSORS) { in Notify()
182 …if ((functionId > SENSOR_SERVICE_ID_GET_ALL_SENSORS) && (functionId < SENSORMGR_LISTENER_NAME_LEN)… in Notify()
187 HILOG_ERROR(HILOG_MODULE_APP, "%s functionId: %d is invalid", __func__, functionId); in Notify()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp356 int32_t functionId = GetPendingCallbackIdAndIncrement(); in ParseJsPara() local
357 CodecData arg(functionId, BufferDataType::TYPE_FUNCTION); in ParseJsPara()
359 SetEventGroupCallBackFuncs(runtime, val, functionId, requestId); in ParseJsPara()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp486 int32_t functionId = GetPendingCallbackIdAndIncrement(); in ParseJsPara() local
487 CodecData arg(functionId, BufferDataType::TYPE_FUNCTION); in ParseJsPara()
489 SetEventGroupCallBackFuncs(runtime, val, functionId, requestId); in ParseJsPara()