Searched refs:alignmentApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 172 bool GetToastAlignment(napi_env env, napi_value alignmentApi, int32_t& alignment) in GetToastAlignment() argument 175 napi_typeof(env, alignmentApi, &valueType); in GetToastAlignment() 177 napi_get_value_int32(env, alignmentApi, &alignment); in GetToastAlignment() 412 napi_value alignmentApi = nullptr; in GetToastParams() local 431 napi_get_named_property(env, argv, "alignment", &alignmentApi); in GetToastParams() 445 !GetToastAlignment(env, alignmentApi, toastInfo.alignment) || in GetToastParams() 519 napi_value alignmentApi = nullptr; member 694 napi_typeof(env, asyncContext->alignmentApi, &valueType); in GetNapiDialogProps() 697 napi_get_value_int32(env, asyncContext->alignmentApi, &num); in GetNapiDialogProps() 1143 napi_get_named_property(env, argv[index], "alignment", &asyncContext->alignmentApi); in GetNapiNamedProperties() [all …]
|