Searched refs:offsetApi (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 175 bool GetToastOffset(napi_env env, napi_value offsetApi, std::optional<DimensionOffset>& offset) in GetToastOffset() argument 178 napi_typeof(env, offsetApi, &valueType); in GetToastOffset() 182 napi_get_named_property(env, offsetApi, "dx", &dxApi); in GetToastOffset() 183 napi_get_named_property(env, offsetApi, "dy", &dyApi); in GetToastOffset() 407 napi_value offsetApi = nullptr; in GetToastParams() local 426 napi_get_named_property(env, argv, "offset", &offsetApi); in GetToastParams() 440 !GetToastOffset(env, offsetApi, toastInfo.offset)) { in GetToastParams() 608 napi_value offsetApi = nullptr; member 792 napi_typeof(env, asyncContext->offsetApi, &valueType); in GetNapiDialogProps() 796 napi_get_named_property(env, asyncContext->offsetApi, "d in GetNapiDialogProps() [all...] |
Completed in 3 milliseconds