Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp35 constexpr int32_t INVALID_VAL = -9999; variable
987 sessionInfo.want->GetIntParam(AAFwk::Want::PARAM_RESV_WINDOW_TOP, INVALID_VAL))); in SetJsSessionInfoByWant()
990 sessionInfo.want->GetIntParam(AAFwk::Want::PARAM_RESV_WINDOW_LEFT, INVALID_VAL))); in SetJsSessionInfoByWant()
993 sessionInfo.want->GetIntParam(AAFwk::Want::PARAM_RESV_WINDOW_WIDTH, INVALID_VAL))); in SetJsSessionInfoByWant()
996 sessionInfo.want->GetIntParam(AAFwk::Want::PARAM_RESV_WINDOW_HEIGHT, INVALID_VAL))); in SetJsSessionInfoByWant()
1008 CreateJsValue(env, params.GetIntParam("floatingDisplayMode", INVALID_VAL))); in SetJsSessionInfoByWant()
1014 CreateJsValue(env, params.GetIntParam("expectWindowMode", INVALID_VAL))); in SetJsSessionInfoByWant()
1018 CreateJsValue(env, params.GetIntParam("isStartFromAppDock", INVALID_VAL))); in SetJsSessionInfoByWant()
1022 CreateJsValue(env, params.GetIntParam("dockAppDirection", INVALID_VAL))); in SetJsSessionInfoByWant()
1026 … CreateJsValue(env, params.GetIntParam("isAppFromRecentAppsOrDockApps", INVALID_VAL))); in SetJsSessionInfoByWant()
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp309 static const int32_t INVALID_VAL = -1; in ExecuteAuthList() local
310 …tClient::Instance().ReportWidgetResult(task->GetLatestError(), authType, INVALID_VAL, INVALID_VAL); in ExecuteAuthList()