Home
last modified time | relevance | path

Searched refs:status (Results 4176 - 4200 of 9188) sorted by relevance

1...<<161162163164165166167168169170>>...368

/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_assert_fail.c29 int status; in main() local
42 waitpid(pid1, &status, 0); in main()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexst.h40 RegexStaticSets(UErrorCode *status);
42 static void initGlobals(UErrorCode *status);
H A Dshareddateformatsymbols.h27 const Locale &loc, const char *type, UErrorCode &status) in SharedDateFormatSymbols()
28 : dfs(loc, type, status) { } in SharedDateFormatSymbols()
26 SharedDateFormatSymbols( const Locale &loc, const char *type, UErrorCode &status) SharedDateFormatSymbols() argument
H A Dsmpdtfst.h34 SimpleDateFormatStaticSets(UErrorCode &status);
37 static void initSets(UErrorCode *status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dugender.h64 * @param status UErrorCode pointer
69 ugender_getInstance(const char *locale, UErrorCode *status);
77 * @param status A pointer to a UErrorCode to receive any errors.
82 ugender_getListGender(const UGenderInfo* genderInfo, const UGender *genders, int32_t size, UErrorCode *status);
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGDIFontMap.h31 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
36 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
H A DGnomeFontMap.h31 GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
36 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dread.h43 U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
52 UErrorCode *status);
H A Dreslist.cpp1104 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in table_open() argument
1105 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open()
1106 return U_SUCCESS(*status) ? res.orphan() : NULL; in table_open()
1109 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in array_open() argument
1110 LocalPointer<ArrayResource> res(new ArrayResource(bundle, tag, comment, *status), *status); in array_open()
1111 return U_SUCCESS(*status) ? res.orphan() : NULL; in array_open()
1114 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { in string_open() argument
1116 new StringResource(bundle, tag, value, len, comment, *status), *statu in string_open()
1120 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) alias_open() argument
1126 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) intvector_open() argument
1132 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) int_open() argument
1137 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) bin_open() argument
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp85 printf("Invalid status [%d]", actual_status); in addReturnedStatus()
852 JSVM_Status status = OH_JSVM_CreateArraybuffer(env, arrayBufferSize, &arrayBufferPtr, &arrayBuffer); in testCreateData1() local
853 JSVM_ASSERT(env, status == JSVM_OK, "success to OH_JSVM_CreateArraybuffer"); in testCreateData1()
986 JSVM_Status status = OH_JSVM_CreateArraybuffer(env, arrayBufferSize, &arrayBufferPtr, &arrayBuffer); in testCreateData3() local
987 JSVM_ASSERT(env, status == JSVM_OK, "success to OH_JSVM_CreateArraybuffer"); in testCreateData3()
2371 JSVM_Status status = OH_JSVM_ObjectSetPrototypeOf(env, obj, mySet); in prototypeof_test_2() local
2372 JSVM_ASSERT_RETURN_VOID(env, status == JSVM_OK, "OH_JSVM_ObjectSetPrototypeOf check status"); in prototypeof_test_2()
2389 JSVM_Status status = OH_JSVM_ObjectGetPrototypeOf(env, obj, &proto); in prototypeof_test_3() local
2390 JSVM_ASSERT_RETURN_VOID(env, status ! in prototypeof_test_3()
2402 JSVM_Status status = OH_JSVM_ObjectSetPrototypeOf(env, obj, proto); prototypeof_test_4() local
2416 JSVM_Status status = OH_JSVM_ObjectSetPrototypeOf(env, obj, nullptr); prototypeof_test_5() local
2432 JSVM_Status status = OH_JSVM_ObjectSetPrototypeOf(nullptr, obj, nullptr); prototypeof_test_6() local
2445 JSVM_Status status = OH_JSVM_CreateSet(env, nullptr); set_test_1() local
2457 JSVM_Status status = OH_JSVM_CreateSet(env, &mySet); set_test_2() local
2482 JSVM_Status status = OH_JSVM_CreateSet(nullptr, nullptr); set_test_4() local
5347 JSVM_Status status = OH_JSVM_CreateStringUtf8(env, str, strlen(str), &result); CreateStringUtf8() local
5370 JSVM_Status status = OH_JSVM_GetValueStringUtf8(env, args[0], buf, length + 1, &length); GetValueStringUtf8() local
5388 JSVM_Status status = OH_JSVM_CreateStringUtf16(env, str, length, &result); CreateStringUtf16() local
5407 JSVM_Status status = OH_JSVM_GetValueStringUtf16(env, args[0], buffer, bufferSize, &length); GetValueStringUtf16() local
5421 JSVM_Status status = OH_JSVM_CreateStringLatin1(env, str, JSVM_AUTO_LENGTH, &result); CreateStringLatin1() local
5437 JSVM_Status status = OH_JSVM_GetValueStringLatin1(env, args[0], buf, MAX_BUFFER_SIZE, &length); GetValueStringLatin1() local
5506 JSVM_Status status = OH_JSVM_CreateExternal( CreateExternal() local
5524 JSVM_Status status = OH_JSVM_CreateExternal(env, data, nullptr, nullptr, &externalValue); GetValueExternal() local
5560 JSVM_Status status = OH_JSVM_CreateArrayWithLength(env, length, &result); CreateArrayWithLength() local
5610 JSVM_Status status = OH_JSVM_CreateInt32(env, DIFF_VALUE_INT32, &result); CreateInt32() local
5624 JSVM_Status status = OH_JSVM_GetValueInt32(env, args[0], &result); GetValueInt32() local
5640 JSVM_Status status = OH_JSVM_CreateUint32(env, DIFF_VALUE_UINT, &result); CreateUInt32() local
5655 JSVM_Status status = OH_JSVM_GetValueUint32(env, argv[0], &number); GetValueUint32() local
5668 JSVM_Status status = OH_JSVM_CreateInt64(env, DIFF_VALUE_INT, &result); CreateInt64() local
5682 JSVM_Status status = OH_JSVM_GetValueInt64(env, args[0], &result); GetValueInt64() local
5695 JSVM_Status status = OH_JSVM_CreateDouble(env, DIFF_VALUE_DOUBLE, &result); CreateDouble() local
5710 JSVM_Status status = OH_JSVM_GetValueDouble(env, args[0], &value); GetDouble() local
5743 JSVM_Status status = OH_JSVM_GetValueBool(env, args[0], &boolC); GetValueBool() local
5809 JSVM_Status status = OH_JSVM_CreateBigintWords(env, signBit, wordCount, words, &returnValue); CreateBigintWords() local
5828 JSVM_Status status = OH_JSVM_GetValueBigintWords(env, args[0], &signBit, &wordCount, &words); GetValueBigintWords() local
5894 JSVM_Status status = OH_JSVM_SymbolFor(env, nullptr, 0, &result_symbol); SymbolFor() local
5913 JSVM_Status status = OH_JSVM_GetDateValue(env, args[0], &value); GetDateValue() local
5955 JSVM_Status status = OH_JSVM_GetArraybufferInfo(env, args[0], &data, &byteLength); GetArraybufferInfo() local
6190 JSVM_Status status = OH_JSVM_GetProperty(env, obj, key, &propResult); GetPrototype() local
6206 JSVM_Status status = OH_JSVM_CreateReference(env, obj, 1, &gRef); CreateReference() local
6229 JSVM_Status status = OH_JSVM_CreateReference(env, obj, 1, &gRef); UseReference() local
6257 JSVM_Status status = OH_JSVM_CreateReference(env, obj, 1, &gRef); DeleteReference() local
6304 JSVM_Status status = OH_JSVM_OpenHandleScope(env, &scope); HandleScopeTest() local
6324 JSVM_Status status = OH_JSVM_OpenHandleScope(env, &scope); HandleScope() local
6351 JSVM_Status status = OH_JSVM_GetPropertyNames(env, args[0], &result); GetPropertyNames() local
6365 JSVM_Status status = OH_JSVM_GetAllPropertyNames(env, args[0], JSVM_KeyCollectionMode::JSVM_KEY_OWN_ONLY, GetAllPropertyNames() local
6376 JSVM_Status status; GetEnumerableNames() local
6392 JSVM_Status status; GetOwnWritableNames() local
6408 JSVM_Status status; GetEnumerableConfigurableNames() local
6425 JSVM_Status status; GetOwnConfigurableNames() local
6466 JSVM_Status status = OH_JSVM_SetProperty(env, args[0], args[1], args[2]); SetProperty() local
6496 JSVM_Status status = OH_JSVM_GetProperty(env, args[0], args[1], &result); GetProperty() local
6525 JSVM_Status status; HasProperty() local
6572 JSVM_Status status = OH_JSVM_DeleteProperty(env, args[0], args[1], &result); DeleteProperty() local
6619 JSVM_Status status = OH_JSVM_HasOwnProperty(env, args[0], args[1], &hasProperty); HasOwnProperty() local
6663 JSVM_Status status = OH_JSVM_SetNamedProperty(env, newObj, strKey, numValue); SetNamedPropertyCreateObject() local
6683 JSVM_Status status = OH_JSVM_SetNamedProperty(env, args[0], strKey, args[2]); SetNamedProperty() local
6720 JSVM_Status status = OH_JSVM_GetNamedProperty(env, args[0], strKey, &result); GetNamedProperty() local
6757 JSVM_Status status = OH_JSVM_HasNamedProperty(env, args[0], strKey, &hasProperty); HasNamedProperty() local
7285 JSVM_Status status = OH_JSVM_CreateFunction(env, "calculateArea", JSVM_AUTO_LENGTH, &param, &funcValue); CreateFunction() local
7368 JSVM_Status status = OH_JSVM_GetVM(env, &testVm); GetVM() local
7448 JSVM_Status status = OH_JSVM_IsArraybuffer(env, args[0], &isArrayBuffer); IsArrayBuffer() local
7536 JSVM_Status status = OH_JSVM_CoerceToBigInt(env, args[0], &bigInt); CoerceToBigInt() local
7561 JSVM_Status status = OH_JSVM_CoerceToObject(env, args[0], &obj); CoerceToObject() local
7621 bool status = false; ResolveRejectDeferred() local
7676 JSVM_Status status = OH_JSVM_TypeTagObject(env, args[0], &TagsData[index]); SetTypeTagToObject() local
7869 JSVM_Status status = OH_JSVM_GetAndClearLastException(env, &result); JsVmGetAndClearLastException() local
7878 JSVM_Status status; JsVmIsExceptionPending() local
7902 JSVM_Status status = OH_JSVM_GetValueInt32(env, args[0], &value); JsVmGetLastErrorInfo() local
8071 JSVM_Status status = OH_JSVM_CreateSnapshot(vm, 1, envs, &blobData, &blobSize); CreateSnapshotFailed() local
8297 JSVM_Status status = OH_JSVM_SetInstanceData(env, instanceData, InstanceFinalizeCallback, nullptr); SetInstanceData() local
8597 JSVM_Status status = OH_JSVM_CompileScriptWithOrigin(env, jsSrc, data, length, testJswmInterface() local
8632 JSVM_Status status = OH_JSVM_CreateRegExp(env, args[0], JSVM_RegExpFlags::JSVM_REGEXP_IGNORE_CASE, &returnValue); CreateRegExp1() local
8645 JSVM_Status status = OH_JSVM_CreateRegExp(env, args[0], JSVM_RegExpFlags::JSVM_REGEXP_GLOBAL, &returnValue); CreateRegExp2() local
8658 JSVM_Status status = OH_JSVM_CreateRegExp(env, args[0], JSVM_RegExpFlags::JSVM_REGEXP_MULTILINE, &returnValue); CreateRegExp3() local
8671 JSVM_Status status = OH_JSVM_CreateRegExp(env, args[0], JSVM_RegExpFlags::JSVM_REGEXP_STICKY, &returnValue); CreateRegExp4() local
8684 JSVM_Status status = OH_JSVM_CreateRegExp(env, args[0], JSVM_RegExpFlags::JSVM_REGEXP_DOT_ALL, &returnValue); CreateRegExp5() local
8697 JSVM_Status status = OH_JSVM_CreateRegExp(nullptr, args[0], JSVM_RegExpFlags::JSVM_REGEXP_DOT_ALL, &returnValue); CreateRegExpEnvNullptr() local
8705 JSVM_Status status = OH_JSVM_CreateMap(env, &returnValue); CreateMap() local
9139 JSVM_Status status = OH_JSVM_CompileWasmModule(env, nullptr, 0, nullptr, 0, nullptr, &wasmModule); test_CompileWasmModule() local
9150 JSVM_Status status = OH_JSVM_CompileWasmFunction(env, nullptr, 0, JSVM_WASM_OPT_BASELINE); test_CompileWasmFunctionNULL() local
9162 JSVM_Status status = OH_JSVM_IsWasmModuleObject(env, nullptr, &result); test_IsWasmModuleValueisNULL() local
9177 JSVM_Status status = OH_JSVM_CreateWasmCache(env, wasmModule, &cacheData, &cacheLength); test_CreateWarmCache_wasmmodule_is_null() local
9192 JSVM_Status status = OH_JSVM_CreateWasmCache(env, wasmModule, &cacheData, &cacheLength); test_CreateWarmCache_wasmmodule_is_not_wasmmodule() local
9203 JSVM_Status status = OH_JSVM_ReleaseCache(env, nullptr, JSVM_CACHE_TYPE_JS); test_ReleaseCache_cachedata_is_null() local
9950 JSVM_Status status = OH_JSVM_GetAndClearLastException(env, &exceptionValue); RunScriptFail() local
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp69 napi_status status = napi_get_named_property(env, jsValue, "isProxy", &isProxyJs); in GetOptions() local
70 if (status != napi_ok) { in GetOptions()
71 LOG_ERROR("napi_get_named_property failed %{public}d", status); in GetOptions()
79 status = napi_get_value_bool(env, isProxyJs, &options.isProxy_); in GetOptions()
80 if (status != napi_ok) { in GetOptions()
81 LOG_ERROR("napi_get_value_bool failed %{public}d", status); in GetOptions()
107 napi_status status = napi_new_instance(env, GetConstructor(env), argc, argv, &helperProxy); in Napi_CreateDataShareHelper()
108 NAPI_ASSERT_CALL_ERRCODE(env, helperProxy != nullptr && status == napi_ok, in Napi_CreateDataShareHelper()
117 napi_status status = napi_get_reference_value(env, ctxInfo->ref, result); in Napi_CreateDataShareHelper()
121 status in Napi_CreateDataShareHelper()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp466 int32_t status = RegisterClientObserver(dbHandle_, [notifier](const ClientChangedData &clientData) { in SubscribeTableChanges() local
475 if (status != E_OK) { in SubscribeTableChanges()
476 LOG_ERROR("RegisterClientObserver error, status:%{public}d", status); in SubscribeTableChanges()
478 return status; in SubscribeTableChanges()
887 UErrorCode status = U_ZERO_ERROR; in Collate8Compare() local
892 UCollationResult result = ucol_strcollIter(coll, &i1, &i2, &status); in Collate8Compare()
894 if (U_FAILURE(status)) { in Collate8Compare()
919 UErrorCode status = U_ZERO_ERROR; in ConfigLocale() local
920 UCollator *collator = ucol_open(localeStr.c_str(), &status); in ConfigLocale()
948 auto status = DropLogicDeletedData(dbHandle_, table, tmpCursor); CleanDirtyData() local
1099 auto status = static_cast<int32_t>(oldAsset.status); MergeAsset() local
1393 GenerateExchangeStrategy(const SlaveStatus &status) GenerateExchangeStrategy() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in table_open() argument
1097 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open()
1098 return U_SUCCESS(*status) ? res.orphan() : nullptr; in table_open()
1101 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in array_open() argument
1102 LocalPointer<ArrayResource> res(new ArrayResource(bundle, tag, comment, *status), *status); in array_open()
1103 return U_SUCCESS(*status) ? res.orphan() : nullptr; in array_open()
1106 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const char16_t *value, int32_t len, const struct UString* comment, UErrorCode *status) { in string_open() argument
1108 new StringResource(bundle, tag, value, len, comment, *status), *statu in string_open()
1112 alias_open(struct SRBRoot *bundle, const char *tag, char16_t *value, int32_t len, const struct UString* comment, UErrorCode *status) alias_open() argument
1118 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) intvector_open() argument
1124 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) int_open() argument
1129 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) bin_open() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in table_open() argument
1097 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open()
1098 return U_SUCCESS(*status) ? res.orphan() : NULL; in table_open()
1101 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in array_open() argument
1102 LocalPointer<ArrayResource> res(new ArrayResource(bundle, tag, comment, *status), *status); in array_open()
1103 return U_SUCCESS(*status) ? res.orphan() : NULL; in array_open()
1106 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { in string_open() argument
1108 new StringResource(bundle, tag, value, len, comment, *status), *statu in string_open()
1112 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) alias_open() argument
1118 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) intvector_open() argument
1124 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) int_open() argument
1129 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) bin_open() argument
[all...]
/third_party/node/deps/llhttp/src/
H A Dllhttp.c229 llparse_match_status_t status; member
248 res.status = kMatchComplete; in llparse__match_sequence_id()
252 res.status = kMatchMismatch; in llparse__match_sequence_id()
257 res.status = kMatchPause; in llparse__match_sequence_id()
280 res.status = kMatchComplete; in llparse__match_sequence_to_lower()
284 res.status = kMatchMismatch; in llparse__match_sequence_to_lower()
289 res.status = kMatchPause; in llparse__match_sequence_to_lower()
312 res.status = kMatchComplete; in llparse__match_sequence_to_lower_unsafe()
316 res.status = kMatchMismatch; in llparse__match_sequence_to_lower_unsafe()
321 res.status in llparse__match_sequence_to_lower_unsafe()
8395 llparse_match_status_t status; global() member
[all...]
/third_party/mbedtls/library/
H A Dssl_tls12_server.c29 static int local_err_translation(psa_status_t status) in local_err_translation() argument
31 return psa_status_to_mbedtls(status, psa_to_ssl_errors, in local_err_translation()
35 #define PSA_TO_MBEDTLS_ERR(status) local_err_translation(status)
2592 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in ssl_get_ecdh_params_from_cert() local
2626 status = psa_get_key_attributes(pk->priv_id, &key_attributes); in ssl_get_ecdh_params_from_cert()
2627 if (status != PSA_SUCCESS) { in ssl_get_ecdh_params_from_cert()
2628 ret = PSA_TO_MBEDTLS_ERR(status); in ssl_get_ecdh_params_from_cert()
2653 status = psa_export_key(pk->priv_id, buf, sizeof(buf), &key_len); in ssl_get_ecdh_params_from_cert()
2654 if (status ! in ssl_get_ecdh_params_from_cert()
2990 psa_status_t status = PSA_ERROR_GENERIC_ERROR; ssl_prepare_server_key_exchange() local
3732 psa_status_t status = PSA_ERROR_GENERIC_ERROR; ssl_parse_client_key_exchange() local
3917 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; ssl_parse_client_key_exchange() local
[all...]
/foundation/multimodalinput/input/tools/event_inject/test/
H A Ddevice_base_test.cpp387 int32_t status = 1; in HWTEST_F() local
389 deviceBaseDemo.SetMtTouchFingerType(inputEventArray, blockTime, value, status); in HWTEST_F()
396 EXPECT_EQ(inputEventArray.events[0].event.value, status); in HWTEST_F()
411 int32_t status = 1; in HWTEST_F() local
413 deviceBaseDemo.SetMtTouchFingerType(inputEventArray, blockTime, value, status); in HWTEST_F()
420 EXPECT_EQ(inputEventArray.events[0].event.value, status); in HWTEST_F()
434 int32_t status = 1; in HWTEST_F() local
437 deviceBaseDemo.SetMtTouchFingerType(inputEventArray, blockTime, value, status); in HWTEST_F()
445 EXPECT_EQ(inputEventArray.events[0].event.value, status); in HWTEST_F()
459 int32_t status in HWTEST_F() local
483 int32_t status = 1; HWTEST_F() local
506 int32_t status = 1; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_predicates.cpp35 napi_status status = napi_get_global(env, &global); in SetGlobalNamedProperty() local
36 NAPI_ASSERT_RETURN_VOID(env, status == napi_ok, "RdbPredicatesProxy get napi global failed"); in SetGlobalNamedProperty()
37 status = napi_set_named_property(env, global, name, constructor); in SetGlobalNamedProperty()
38 NAPI_ASSERT_RETURN_VOID(env, status == napi_ok, "RdbPredicatesProxy set RdbPredicates Constructor failed"); in SetGlobalNamedProperty()
139 napi_status status = napi_wrap(env, thiz, proxy, RdbPredicatesProxy::Destructor, nullptr, nullptr); in InnerNew() local
140 if (status != napi_ok) { in InnerNew()
141 LOG_ERROR("RdbPredicatesProxy::InnerNew napi_wrap failed! napi_status:%{public}d!", status); in InnerNew()
163 napi_status status = napi_get_reference_value(env, constructor_, &cons); in NewInstance() local
164 if (status != napi_ok) { in NewInstance()
165 LOG_ERROR("RdbPredicatesProxy::NewInstance get constructor failed! napi_status:%{public}d!", status); in NewInstance()
283 napi_status status = napi_get_value_int32(env, args[0], &field); ParseInt32FieldByName() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c364 static void GapSetEncryptionStatusForPairEnd(LeDeviceInfo *deviceInfo, uint8_t status, const SMP_PairResult *result) in GapSetEncryptionStatusForPairEnd() argument
366 if (status == SMP_PAIR_STATUS_SUCCESS) { in GapSetEncryptionStatusForPairEnd()
375 void GapDoPairResultCallback(const BtAddr *addr, uint8_t status) in GapDoPairResultCallback() argument
378 g_lePairCallback.callback.lePairComplete(addr, status, 0, g_lePairCallback.context); in GapDoPairResultCallback()
382 void GapLePairResult(uint16_t handle, uint8_t status, const SMP_PairResult *result) in GapLePairResult() argument
393 GapSetEncryptionStatusForPairEnd(deviceInfo, status, result); in GapLePairResult()
395 deviceInfo->securityReq->result = status; in GapLePairResult()
407 if (status == SMP_PAIR_STATUS_SUCCESS && result->bondedFlag == SMP_BONDED_FLAG_YES) { in GapLePairResult()
412 g_lePairCallback.callback.lePairComplete(&addr, status, result->authFlag, g_lePairCallback.context); in GapLePairResult()
517 void GapLeEncryptionComplete(uint16_t handle, uint8_t status) in GapLeEncryptionComplete() argument
738 GAP_LeRequestSecurity( const BtAddr *addr, GAP_LeSecurityStatus status, GapLeRequestSecurityResult callback, void *context) GAP_LeRequestSecurity() argument
1252 GapLeGenerateSignatureResult(uint8_t status, const uint8_t *sign) GapLeGenerateSignatureResult() argument
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H A Dimage_source_test.cpp80 auto status = napi_get_named_property(env, root, utf8name, &property); in GetBoolProperty() local
81 if (status != napi_ok || property == nullptr) { in GetBoolProperty()
86 status = napi_get_value_bool(env, property, &tmp); in GetBoolProperty()
88 return (status == napi_ok); in GetBoolProperty()
94 auto status = napi_get_named_property(env, root, utf8name, &property); in GetInt32Property() local
95 if (status != napi_ok || property == nullptr) { in GetInt32Property()
105 auto status = napi_get_named_property(env, root, utf8name, &property); in GetUint32Property() local
106 if (status != napi_ok || property == nullptr) { in GetUint32Property()
117 auto status = napi_get_named_property(env, root, utf8name, &property); in GetArrayBufferProperty() local
118 if (status ! in GetArrayBufferProperty()
223 auto status = napi_get_named_property(env, arg, "size", &nSize); parseImageSourceOpt() local
245 auto status = napi_get_named_property(env, arg, "size", &nSize); parseImageDecodingOps() local
[all...]
/third_party/backends/backend/
H A Dhpljm1005.c160 int status; member
196 if (dev->status == STATUS_SCANNING) in update_img_size()
378 dev->status = STATUS_IDLE; in attach()
553 if (dev->status == STATUS_CANCELING) in sane_close()
593 SANE_Status status = SANE_STATUS_GOOD; in setvalue() local
601 status = sanei_constrain_value (&(dev->optiond[option]), value, info); in setvalue()
603 if (status != SANE_STATUS_GOOD) in setvalue()
604 return status; in setvalue()
749 /* s: printer status */
831 if (dev->status in get_data()
942 int status; sane_start() local
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc108 Status status = ExecuteTest(msg, descriptor); in DoTest() local
109 EXPECT_EQ(util::Status(), status); in DoTest() local
598 Status status = ExecuteTest(cyclic, Cyclic::descriptor()); in TEST_P() local
599 EXPECT_EQ(util::error::INVALID_ARGUMENT, status.code()); in TEST_P()
944 Status status = ExecuteTest(out, AnyOut::descriptor()); in TEST_P() local
945 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
960 Status status = ExecuteTest(out, AnyOut::descriptor()); in TEST_P() local
961 EXPECT_EQ(util::error::INTERNAL, status.code()); in TEST_P()
976 Status status = ExecuteTest(out, AnyOut::descriptor()); in TEST_P() local
977 EXPECT_EQ(util::error::INTERNAL, status in TEST_P()
1109 Status status = ExecuteTest(out, TimestampDuration::descriptor()); TEST_P() local
1120 Status status = ExecuteTest(out, TimestampDuration::descriptor()); TEST_P() local
1131 Status status = ExecuteTest(out, TimestampDuration::descriptor()); TEST_P() local
1142 Status status = ExecuteTest(out, TimestampDuration::descriptor()); TEST_P() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shader_effect_napi/
H A Djs_shader_effect.cpp37 napi_status status = napi_define_class(env, CLASS_NAME.c_str(), NAPI_AUTO_LENGTH, Constructor, nullptr, in Init() local
39 if (status != napi_ok) { in Init()
44 status = napi_create_reference(env, constructor, 1, &constructor_); in Init()
45 if (status != napi_ok) { in Init()
50 status = napi_set_named_property(env, exportObj, CLASS_NAME.c_str(), constructor); in Init()
51 if (status != napi_ok) { in Init()
63 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Constructor() local
64 if (status != napi_ok) { in Constructor()
71 status = napi_wrap(env, jsThis, jsShaderEffect, JsShaderEffect::Destructor, nullptr, nullptr); in Constructor()
72 if (status ! in Constructor()
[all...]
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_client_test.cpp536 void StubConnectionStateCallback(int32_t clientId, int32_t connState, int32_t status) in StubConnectionStateCallback() argument
538 AdapterBleGattClientTest::connectionStateCtx.Update(clientId, status, connState); in StubConnectionStateCallback()
541 void StubServiceCompleteCallback(int32_t clientId, int32_t status) in StubServiceCompleteCallback() argument
543 AdapterBleGattClientTest::serviceCompleteStateCtx.Update(clientId, status); in StubServiceCompleteCallback()
546 void StubRegistNotificationCallback(int32_t clientId, int32_t status) in StubRegistNotificationCallback() argument
548 AdapterBleGattClientTest::registNotificationCtx.Update(clientId, status); in StubRegistNotificationCallback()
551 void StubNotificationReceiveCallback(int32_t clientId, SoftBusGattcNotify *param, int32_t status) in StubNotificationReceiveCallback() argument
553 AdapterBleGattClientTest::notificationReceiveCtx.Update(clientId, status, param); in StubNotificationReceiveCallback()
556 void StubConfigureMtuSizeCallback(int32_t clientId, int32_t mtuSize, int32_t status) in StubConfigureMtuSizeCallback() argument
558 AdapterBleGattClientTest::configureMtuSizeCtx.Update(clientId, status, mtuSiz in StubConfigureMtuSizeCallback()
[all...]
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_sesstion.cpp34 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetTag() local
35 NAPI_ASSERT(env, status == napi_ok, "failed to get objectInfo"); in GetTag()
215 static void SendDataCallback(napi_env env, napi_status status, void *data) in SendDataCallback() argument
219 if (status == napi_ok && context->resolved && context->errorCode == ErrorCode::ERR_NONE) { in SendDataCallback()
241 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); in SendData() local
242 NAPI_ASSERT(env, status == napi_ok, "failed to get objectInfo"); in SendData()
407 // the aysnc callback to check the status and throw error.
408 static void TransmitCallback(napi_env env, napi_status status, void *data) in TransmitCallback() argument
412 if (status == napi_ok && context->resolved && context->errorCode == ErrorCode::ERR_NONE) { in TransmitCallback()
435 napi_status status in Transmit() local
[all...]

Completed in 44 milliseconds

1...<<161162163164165166167168169170>>...368