Home
last modified time | relevance | path

Searched refs:getScheduleIdRet (Results 1 - 4 of 4) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp233 bool getScheduleIdRet = attr.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, trace.scheduleId); in ProcBeginExecuteRequest() local
234 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcBeginExecuteRequest()
393 bool getScheduleIdRet = attr.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcSendDataMsg() local
394 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcSendDataMsg()
H A Dremote_auth_service.cpp300 bool getScheduleIdRet = request->GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcEndExecuteRequest() local
301 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcEndExecuteRequest()
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp335 bool getScheduleIdRet = data.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcSendDataMsg() local
336 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcSendDataMsg()
360 bool getScheduleIdRet = data.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcFinishMsg() local
361 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcFinishMsg()
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp299 bool getScheduleIdRet = properties.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcessNotifyExecutorReady() local
300 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet == true, ResultCode::GENERAL_ERROR); in ProcessNotifyExecutorReady()

Completed in 4 milliseconds