Home
last modified time | relevance | path

Searched refs:exports (Results 3426 - 3450 of 5386) sorted by relevance

1...<<131132133134135136137138139140>>...216

/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dtimendk32.cpp136 static napi_value Init(napi_env env, napi_value exports) in Init() argument
144 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
145 return exports; in Init()
H A Dtimexndk32.cpp147 static napi_value Init(napi_env env, napi_value exports) in Init() argument
159 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
160 return exports; in Init()
H A Dfnmatch1ndk32.cpp173 static napi_value Init(napi_env env, napi_value exports) in Init() argument
182 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
183 return exports; in Init()
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_encrypt_test.cpp175 static napi_value Init(napi_env env, napi_value exports) { in Init() argument
180 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
181 return exports; in Init()
/test/xts/acts/communication/netstack_websocket/entry/src/main/cpp/
H A DwebsocketNdkTest.cpp130 static napi_value Init(napi_env env, napi_value exports) in Init() argument
144 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
145 return exports; in Init()
/test/xts/acts/hiviewdfx/hitracendktest/entry/src/main/cpp/
H A Dhitracendk.cpp166 static napi_value Init(napi_env env, napi_value exports) in Init() argument
177 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
178 return exports; in Init()
H A Dnapi_init.cpp166 static napi_value Init(napi_env env, napi_value exports) in Init() argument
177 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
178 return exports; in Init()
/test/xts/acts/hdf/hid/emit_event_test/entry/src/main/cpp/
H A Demit_event_ndk_test.cpp132 static napi_value Init(napi_env env, napi_value exports) in Init() argument
144 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
145 return exports; in Init()
/test/xts/acts/hiviewdfx/hicollietest/hicolliendktest/entry/src/main/cpp/
H A Dnapi_init.cpp181 static napi_value Init(napi_env env, napi_value exports) in Init() argument
192 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
193 return exports; in Init()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Dmediaavsourcendk.cpp162 static napi_value Init(napi_env env, napi_value exports) { in Init() argument
172 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
173 return exports; in Init()
/test/xts/device_attest_lite/interfaces/kit/js/src/
H A Dnative_device_attest.cpp217 void InitDeviceAttestModule(JSIValue exports) in InitDeviceAttestModule() argument
219 JSI::SetModuleAPI(exports, "getAttestStatus", NativeDeviceAttest::GetAttestResultInfoAsync); in InitDeviceAttestModule()
220 JSI::SetModuleAPI(exports, "getAttestStatusSync", NativeDeviceAttest::GetAttestResultInfoSync); in InitDeviceAttestModule()
/test/xts/acts/telephony/telephone/telephonyNDKTest/entry/src/main/cpp/
H A Dtelephony_ndk_test.cpp190 static napi_value Init(napi_env env, napi_value exports) in Init() argument
204 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
205 return exports; in Init()
/test/xts/acts/telephony/telephonyjstest/netmanager_base/network_netmanager/src/main/cpp/
H A Dnet_connection_ndk_test.cpp183 static napi_value Init(napi_env env, napi_value exports) in Init() argument
193 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
194 return exports; in Init()
/test/xts/acts/storage/storagefilesharendktest/entry/src/main/cpp/
H A Dfileshare.cpp149 static napi_value Init(napi_env env, napi_value exports) in Init() argument
159 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
160 return exports; in Init()
/test/xts/acts/sensors/miscdevice_ndk/entry/src/main/cpp/
H A Dnapi_init.cpp141 static napi_value Init(napi_env env, napi_value exports) in Init() argument
148 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
149 return exports; in Init()
/third_party/node/test/js-native-api/test_array/
H A Dtest_array.c174 napi_value Init(napi_env env, napi_value exports) { in Init() argument
184 env, exports, sizeof(descriptors) / sizeof(*descriptors), descriptors)); in Init()
186 return exports; in Init()
/third_party/node/test/node-api/test_instance_data/
H A Dtest_instance_data.c186 static napi_value Init(napi_env env, napi_value exports) { in Init() argument
201 env, exports, sizeof(props) / sizeof(*props), props)); in Init()
203 return exports; in Init()
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dutf7.js7 exports.utf7 = Utf7Codec;
8 exports.unicode11utf7 = 'utf7'; // Alias UNICODE-1-1-UTF-7
132 exports.utf7imap = Utf7IMAPCodec;
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
H A Dindex.js28 Object.defineProperty(exports, "__esModule", { value: true });
29 exports.HttpsProxyAgent = void 0;
161 exports.HttpsProxyAgent = HttpsProxyAgent;
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dwith-noEmitOnError-syntax-errors.js215 exports.__esModule = true;
220 exports.__esModule = true;
228 exports.__esModule = true;
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypeAssignabilityWhenDeferred.js123 exports.__esModule = true;
124 exports.func = void 0;
129 exports.func = func;
H A DprivacyAccessorDeclFile.js1063 Object.defineProperty(exports, "__esModule", { value: true });
1064 exports.publicModule = exports.publicClassWithPrivateModuleSetAccessorTypes = exports.publicClassWithPrivateModuleGetAccessorTypes = exports.publicClassWithWithPublicSetAccessorTypes = exports.publicClassWithWithPrivateSetAccessorTypes = exports.publicClassWithWithPublicGetAccessorTypes = exports.publicClassWithWithPrivateGetAccessorTypes = exports.publicClass = void 0;
1075 exports
[all...]
H A DprivacyFunctionParameterDeclFile.js690 exports.__esModule = true;
691 exports.publicModule = exports.publicFunctionWithPrivateModuleParameterTypes = exports.publicClassWithPrivateModuleParameterTypes = exports.publicFunctionWithPublicParmeterTypes = exports.publicFunctionWithPrivateParmeterTypes = exports.publicClassWithWithPublicParmeterTypes = exports.publicClassWithWithPrivateParmeterTypes = exports.publicClass = void 0;
702 exports
[all...]
/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp733 static napi_value TextcoderInit(napi_env env, napi_value exports) in TextcoderInit() argument
766 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in TextcoderInit()
772 return exports; in TextcoderInit()
1648 static napi_value TypeofInit(napi_env env, napi_value exports) in TypeofInit() argument
1697 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in TypeofInit()
1698 return exports; in TypeofInit()
1701 static napi_value Base64Init(napi_env env, napi_value exports) in Base64Init() argument
1719 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in Base64Init()
1720 return exports; in Base64Init()
1723 static napi_value Base64HelperInit(napi_env env, napi_value exports) in Base64HelperInit() argument
1745 StringDecoderInit(napi_env env, napi_value exports) StringDecoderInit() argument
1764 UtilInit(napi_env env, napi_value exports) UtilInit() argument
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp35 void NapiHandsFreeAudioGateway::DefineHandsFreeAudioGatewayJSClass(napi_env env, napi_value exports) in DefineHandsFreeAudioGatewayJSClass() argument
63 DefineCreateProfile(env, exports); in DefineHandsFreeAudioGatewayJSClass()
72 napi_value NapiHandsFreeAudioGateway::DefineCreateProfile(napi_env env, napi_value exports) in DefineCreateProfile() argument
78 napi_define_properties(env, exports, sizeof(properties) / sizeof(properties[0]), properties); in DefineCreateProfile()
79 return exports; in DefineCreateProfile()

Completed in 16 milliseconds

1...<<131132133134135136137138139140>>...216