Home
last modified time | relevance | path

Searched refs:fillApi (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp272 napi_value fillApi = nullptr; in GetToastObjectShadow() local
276 napi_get_named_property(env, shadowNApi, "fill", &fillApi); in GetToastObjectShadow()
309 valueType = GetValueType(env, fillApi); in GetToastObjectShadow()
312 napi_get_value_bool(env, fillApi, &isFilled); in GetToastObjectShadow()
1061 napi_value fillApi = nullptr; in GetNapiObjectShadow() local
1065 napi_get_named_property(env, asyncContext->shadowApi, "fill", &fillApi); in GetNapiObjectShadow()
1090 valueType = GetValueType(env, fillApi); in GetNapiObjectShadow()
1093 napi_get_value_bool(env, fillApi, &isFilled); in GetNapiObjectShadow()

Completed in 5 milliseconds