Searched refs:getScheduleIdRet (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_auth_service.cpp | 267 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 D | remote_executor_stub.cpp | 237 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 D | remote_executor_proxy.cpp | 335 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 D | framework_executor_callback.cpp | 299 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()
|