Home
last modified time | relevance | path

Searched defs:code (Results 4451 - 4475 of 6039) sorted by relevance

1...<<171172173174175176177178179180>>...242

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code() argument
274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c171 dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, const u8 *own_mac, const char *identifier, const char *code, bool v2) dpp_pkex_init() argument
338 dpp_pkex_rx_exchange_req(void *msg_ctx, struct dpp_bootstrap_info *bi, const u8 *own_mac, const u8 *peer_mac, const char *identifier, const char *code, const u8 *buf, size_t len, bool v2) dpp_pkex_rx_exchange_req() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls_common.c19 eap_tls_msg_alloc(enum eap_type type, size_t payload_len, u8 code, u8 identifier) eap_tls_msg_alloc() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_web.c242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code() argument
274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty() argument
/third_party/zlib/
H A Ddeflate.h75 ush code; /* bit string */ member
[all...]
H A Dtrees.c163 bi_reverse(unsigned code, int len) bi_reverse() argument
217 unsigned code = 0; /* running code value */ gen_codes() local
315 int code; /* code value */ tr_static_init() local
928 unsigned code; /* the code to send */ compress_block() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
H A Dvulkan_example.cpp925 VkShaderModule VulkanExample::CreateShaderModule(const std::vector<char> &code) in CreateShaderModule() argument
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp549 int code = result; in GetIntValueByKey() local
H A Dcontacts_api.cpp814 int code = contactsControl.ContactDataInsert(executeHelper->dataShareHelper, executeHelper->valueContactData); in LocalExecuteAddContact() local
1050 DataShare::DataSharePredicates ConvertParamsSwitchSplit(int code, napi_env env, const napi_value &key, in ConvertParamsSwitchSplit() argument
/applications/standard/contacts_data/test/unittest/src/
H A Dcontactprofile_test.cpp38 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactInsert() local
55 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactExpandInsert() local
65 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactLastContactedInsert() local
77 int64_t code = contactsDataAbility.Insert(uriContactData, contactDataValues); in ContactDataInsert() local
85 int64_t code = contactsDataAbility.Insert(uriGroups, groupValues); in GroupsInsert() local
94 int64_t code = contactsDataAbility.Insert(uriBlocklist, contactBlocklistValues); ContactBlocklistInsert() local
101 int code = 0; ContactUpdate() local
122 int code = 0; ContactDelete() local
[all...]
/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1149 int code = InitPngptr(png_ptr, info_ptr, &fp, preferredPath); in GetColorData() local
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp131 void ServiceController::WriteErrorRsp(int code) in WriteErrorRsp() argument
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp857 auto code = GetParameter(DEFAULT_IME_KEY, "", value, CONFIG_LEN); in GetDefaultIme() local
/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp363 LocationErrCode code = in PreEnableAbility() local
397 LocationErrCode code = in PreEnableAbilityForUser() local
1158 bool LocatorAbilityStub::IsStopAction(uint32_t code) in IsStopAction() argument
715 DoProcessFenceRequest( LocatorInterfaceCode code, MessageParcel &data, MessageParcel &reply, AppIdentity &identity) DoProcessFenceRequest() argument
1171 CheckRequestAvailable(uint32_t code, AppIdentity &identity) CheckRequestAvailable() argument
1182 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
1267 WriteLocationDenyReportEvent(uint32_t code, int errCode, MessageParcel &data, AppIdentity &identity) WriteLocationDenyReportEvent() argument
[all...]
H A Drequest_manager.cpp430 ErrCode code = standbyServiceClient.IsDeviceInStandby(isStandby); in IsStandby() local
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp233 ErrCode code = innerManager_.ValidateShortName(options.shortName); in CreateOsAccountForDomain() local
H A Dos_account_stub.cpp506 int OsAccountStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
638 ErrCode code = info->ParamCheck(); in ProcCreateOsAccountWithFullInfo() local
666 ErrCode code = info->ParamCheck(); ProcUpdateOsAccountWithFullInfo() local
1101 ProcCheckOsAccountConstraintEnabled(uint32_t code, MessageParcel &data, MessageParcel &reply) ProcCheckOsAccountConstraintEnabled() argument
[all...]
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp1143 napi_value CreateErrorObject(napi_env env, int32_t code) in CreateErrorObject() argument
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp922 ErrCode OsAccountProxy::SendRequestWithAccountId(OsAccountInterfaceCode code, MessageParcel &reply, int id) in SendRequestWithAccountId() argument
950 ErrCode OsAccountProxy::SendRequest(OsAccountInterfaceCode code, MessageParcel &data, MessageParcel &reply) in SendRequest() argument
252 CheckOsAccountConstraintEnabled( OsAccountInterfaceCode code, const int id, const std::string &constraint, bool &isEnabled) CheckOsAccountConstraintEnabled() argument
[all...]
H A Dos_account.cpp122 ErrCode code = osAccountInfo.ParamCheck(); in CreateOsAccountWithFullInfo() local
136 ErrCode code = osAccountInfo.ParamCheck(); in UpdateOsAccountWithFullInfo() local
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp287 int code = 0; in GetParamOfGetTimePeriodName() local
302 int32_t code = 0; in ProcessJsParamLocale() local
417 int32_t code = 0; in GetThreeLetterLanguage() local
458 int32_t code in GetThreeLetterRegion() local
540 int32_t code = 0; I18nTransliteratorConstructor() local
851 int32_t code = 0; GetLocationName() local
982 int32_t code = 0; I18nBreakIteratorConstructor() local
[all...]
/base/request/request/frameworks/js/napi/include/
H A Djs_common.h99 int32_t code; member
246 Reason code; member
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp152 auto code = queryRet->GoToRow(i); in QueryInteger() local
/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp104 napi_value Convert2JSValue(napi_env env, bool code) in Convert2JSValue() argument
113 napi_value Convert2JSValue(napi_env env, int32_t code) in Convert2JSValue() argument
122 napi_value Convert2JSValue(napi_env env, uint32_t code) in Convert2JSValue() argument
131 napi_value Convert2JSValue(napi_env env, int64_t code) in Convert2JSValue() argument
140 napi_value Convert2JSValue(napi_env env, uint64_t code) in Convert2JSValue() argument
152 Convert2JSValue(napi_env env, const std::vector<int64_t> &code) Convert2JSValue() argument
164 Convert2JSValue(napi_env env, const std::vector<int32_t> &code) Convert2JSValue() argument
219 Convert2JSValue(napi_env env, const std::map<std::string, std::string> &code) Convert2JSValue() argument
297 Convert2Broken(Reason code) Convert2Broken() argument
347 Convert2ReasonMsg(Reason code) Convert2ReasonMsg() argument
622 ThrowError(napi_env env, ExceptionErrorCode code, const std::string &msg, bool withErrCode) ThrowError() argument
667 napi_value code = nullptr; CreateBusinessError() local
[all...]
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_dump_test.cpp396 FinishReceiver( const OHOS::sptr<OHOS::IRemoteObject> &proxy, const int &code, const std::string &data, const bool &abortEvent) FinishReceiver() argument
566 PublishUnorderedEvent( const std::string &event, const std::string &type, const int code, const std::string &data, const std::string &permission) PublishUnorderedEvent() argument
601 PublishStickyEvent( const std::string &event, const std::string &type, const int code, const std::string &data, const std::string &permission) PublishStickyEvent() argument

Completed in 47 milliseconds

1...<<171172173174175176177178179180>>...242