Home
last modified time | relevance | path

Searched defs:object (Results 1 - 25 of 25) sorted by relevance

/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
H A Ddevattest_client.cpp45 sptr<IRemoteObject> object = in GetDeviceProfileService() local
/test/testfwk/arkxtest/testserver/src/client/
H A Dtest_server_client.cpp105 auto object = samgr->CheckSystemAbility(systemAbilityId); in LoadTestServer() local
/test/testfwk/arkxtest/testserver/test/unittest/
H A Dstart_test_server.cpp93 auto object = samgr->CheckSystemAbility(systemAbilityId); in LoadTestServer() local
/test/testfwk/arkxtest/testserver/src/service/
H A Dtest_server_service.cpp177 void TestServerService::TestServerProxyDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/common/
H A Dnapi_helper.cpp43 napi_value object = nullptr; in GetGlobalObject() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/
H A Dnapi_helper.cpp43 napi_value object = nullptr; in GetGlobalObject() local
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/common/
H A Dnapi_helper.cpp43 napi_value object = nullptr; in GetGlobalObject() local
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/common/
H A Dnapi_helper.cpp43 napi_value object = nullptr; in GetGlobalObject() local
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/
H A Dnapi_helper.cpp43 napi_value object = nullptr; in GetGlobalObject() local
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/
H A Dnapi_helper.cpp43 napi_value object = nullptr; in GetGlobalObject() local
/test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest/src/
H A Ddevattest_client_proxy_test.cpp190 sptr<IRemoteObject> object = new MockIRemoteObject(); in HWTEST_F() local
207 sptr<IRemoteObject> object = new MockIRemoteObject(); in HWTEST_F() local
233 sptr<IRemoteObject> object = new MockIRemoteObject(); in HWTEST_F() local
256 sptr<IRemoteObject> object = new MockIRemoteObject(); in HWTEST_F() local
282 sptr<IRemoteObject> object = new MockIRemoteObject(); in HWTEST_F() local
[all...]
/test/xts/device_attest/test/performancetest/src/
H A Ddevattestclient_performance_test.cpp158 sptr<IRemoteObject> object = samgrProxy->CheckSystemAbility(SA_ID_DEVICE_ATTEST_SERVICE); in HWTEST_F() local
225 sptr<IRemoteObject> object = samgrProxy->CheckSystemAbility(SA_ID_DEVICE_ATTEST_SERVICE); in HWTEST_F() local
255 sptr<IRemoteObject> object = in HWTEST_F() local
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/
H A Dnapi_helper.cpp43 napi_value object = nullptr; in GetGlobalObject() local
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_mdk_test.cpp204 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t value) in setInt32NamedProperty() argument
211 static void setByteArrayNamedProperty(napi_env env, napi_value object, in setByteArrayNamedProperty() argument
H A Dimage_receiver_test.cpp273 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, int32_t value) in setInt32NamedProperty() argument
/test/xts/dcts/distributedhardware/distributedscreentest/
H A Dtest.cpp365 auto object = samgr->CheckSystemAbility(4807); in SaTest() local
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp321 static void setInt32NamedProperty(napi_env env, napi_value object, const char *utf8name, uint32_t value) in setInt32NamedProperty() argument
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
H A Dimage_pixel_map_imgndk_test.cpp540 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t value) in setInt32NamedProperty() argument
547 static void setUint32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t value) in setUint32NamedProperty() argument
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvm_utils.cpp284 JSVM_Value GetProperty(JSVM_Value object, JSVM_Value key) in GetProperty() argument
291 JSVM_Value GetProperty(JSVM_Value object, const char *name) in GetProperty() argument
296 void SetProperty(JSVM_Value object, JSVM_Value key, JSVM_Value value) in SetProperty() argument
301 void SetProperty(JSVM_Value object, const char *name, JSVM_Value value) in SetProperty() argument
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H A Dimage_source_test.cpp143 static void setInt32NamedProperty(napi_env env, napi_value object, const char* utf8name, uint32_t value) in setInt32NamedProperty() argument
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H A DPictureNdk.cpp133 static void SetUint32NamedProperty(napi_env env, napi_value object, const char* key, uint32_t value) in SetUint32NamedProperty() argument
141 static uint32_t GetUint32NamedProperty(napi_env env, napi_value object, const char* key) in GetUint32NamedProperty() argument
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp533 napi_value object = nullptr; in buildJsImageInfo() local
776 static void setInt32NamedProperty(napi_env env, napi_value object, cons argument
[all...]
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1428 napi_value object, key, value; in setProperty() local
118 add_returned_status(napi_env env, const char* key, napi_value object, const char* expected_message, napi_status expected_status, napi_status actual_status) add_returned_status() argument
1449 napi_value object, key, result; getProperty() local
1629 napi_value object = args[0]; getNamedProperty() local
1671 napi_value return_value, object; setElement() local
1688 napi_value return_value, object, prop; getElement() local
1706 napi_value return_value, object; TestBoolValuedElementApi() local
1734 napi_value object, return_value; defineProperties() local
2800 napi_value object = args[0]; FreezeTest() local
2818 napi_value object = args[0]; SealTest() local
3377 napi_value object = nullptr; TestAttachCallback() local
3781 napi_value object = nullptr; NapiSerialize() local
3839 napi_value object = nullptr; NapiDeleteSerializationData() local
[all...]
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1491 napi_value object, key, value; in setProperty() local
132 add_returned_status(napi_env env, const char* key, napi_value object, const char* expected_message, napi_status expected_status, napi_status actual_status) add_returned_status() argument
1527 napi_value object, key, result; getProperty() local
1740 napi_value object = args[0]; getNamedProperty() local
1791 napi_value return_value, object; setElement() local
1815 napi_value return_value, object, prop; getElement() local
1839 napi_value return_value, object; TestBoolValuedElementApi() local
1873 napi_value object, return_value; defineProperties() local
2973 napi_value object = args[0]; FreezeTest() local
2991 napi_value object = args[0]; SealTest() local
3550 napi_value object = nullptr; TestAttachCallback() local
4009 napi_value object = nullptr; NapiSerialize() local
4067 napi_value object = nullptr; NapiDeleteSerializationData() local
6675 napi_value object, key, value; setPropertyValueNull() local
6690 napi_value object, key, value; setPropertyResultNull() local
6705 napi_value object, key, value; setPropertyNoObject() local
6720 napi_value object, key, result; getPropertyObjectNull() local
6735 napi_value object, key, result; getPropertyKeyNull() local
6750 napi_value object, key, result; getPropertyResultNull() local
6765 napi_value object, key, result; getPropertyNotObject() local
6986 napi_value object = args[0]; getNamedPropertyKeyNull() local
6999 napi_value object = args[0]; getNamedPropertyResultNull() local
7076 napi_value return_value, object, prop; getElementObjNull() local
7088 napi_value return_value, object; getElementRstNull() local
7187 napi_value object, return_value; definePropertiesObjNull() local
8845 napi_value object = args[0]; objectFreezeEnvNull() local
8869 napi_value object = args[0]; objectSealEnvNull() local
9416 napi_value object; objectSealNotObj() local
9427 napi_value object; objectFreezeNotObj() local
9538 napi_value object = nullptr; serializeEnvNull() local
9571 napi_value object = nullptr; serializeDataNull() local
9613 napi_value object = nullptr; coerceToNativeBindingObjectEnvNull() local
9627 napi_value object = nullptr; coerceToNativeBindingObjectObjNull() local
9641 napi_value object = nullptr; coerceToNativeBindingObjectDetachNull() local
9655 napi_value object = nullptr; coerceToNativeBindingObjectAttachNull() local
9669 napi_value object = nullptr; coerceToNativeBindingObjectNativeNull() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp79 static void addReturnedStatus(JSVM_Env env, const char *key, JSVM_Value object, const char *expected_message, in addReturnedStatus() argument
107 JSVM_Value object, return_value; in defineProperties() local
2756 JSVM_Value object, return_value; testDefineProperties() local
2978 JSVM_Value object = nullptr; test() local
5483 JSVM_Value object; CreateObject() local
6240 JSVM_Value object = nullptr; UseReference() local
6438 AddReturnedStatus(JSVM_Env env, const char *key, JSVM_Value object, JSVM_Status expectedStatus, JSVM_Status actualStatus) AddReturnedStatus() argument
6477 JSVM_Value object; SetPropertyFailed() local
6508 JSVM_Value object; GetPropertyFailed() local
6543 JSVM_Value object; HasPropertyFailed() local
6585 JSVM_Value object; DeletePropertyFailed() local
6632 JSVM_Value object; HasOwnPropertyFailed() local
6694 JSVM_Value object; SetNamedPropertyFailed() local
6732 JSVM_Value object; GetNamedPropertyFailed() local
6770 JSVM_Value object; HasNamedPropertyFailed() local
6820 JSVM_Value object; SetElementFailed() local
6850 JSVM_Value object; GetElementFailed() local
6881 JSVM_Value object; HasElementFailed() local
6924 JSVM_Value object; DeleteElementFailed() local
7029 JSVM_Value object; DefinePropertiesFailed() local
[all...]

Completed in 50 milliseconds