Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Dnative_module.cpp48 napi_value applicationType = nullptr; in DefaultAppExport() local
49 NAPI_CALL(env, napi_create_object(env, &applicationType)); in DefaultAppExport()
50 CreateApplicationType(env, applicationType); in DefaultAppExport()
61 DECLARE_NAPI_PROPERTY("ApplicationType", applicationType), in DefaultAppExport()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
H A Dnative_module.cpp28 napi_value applicationType = nullptr; in AppControlExport() local
29 NAPI_CALL(env, napi_create_object(env, &applicationType)); in AppControlExport()

Completed in 2 milliseconds