Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp267 bool getScheduleIdRet = request->GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcBeginExecuteRequest() local
268 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcBeginExecuteRequest()
282 bool getScheduleIdRet = request->GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcEndExecuteRequest() local
283 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcEndExecuteRequest()
H A Dremote_executor_stub.cpp237 bool getScheduleIdRet = attr.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcBeginExecuteRequest() local
238 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcBeginExecuteRequest()
396 bool getScheduleIdRet = attr.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcSendDataMsg() local
397 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcSendDataMsg()
/ohos5.0/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()
/ohos5.0/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()