Home
last modified time | relevance | path

Searched refs:accept (Results 1 - 25 of 74) sorted by relevance

123

/base/web/webview/interfaces/kits/cj/src/
H A Dweb_cookie_manager.cpp52 void WebCookieManager::CjPutAcceptCookieEnabled(bool accept) in CjPutAcceptCookieEnabled() argument
56 cookieManager->PutAcceptCookieEnabled(accept); in CjPutAcceptCookieEnabled()
62 bool accept = true; in CjIsCookieAllowed() local
65 accept = cookieManager->IsAcceptCookieAllowed(); in CjIsCookieAllowed()
67 return accept; in CjIsCookieAllowed()
70 void WebCookieManager::CjPutAcceptThirdPartyCookieEnabled(bool accept) in CjPutAcceptThirdPartyCookieEnabled() argument
74 cookieManager->PutAcceptThirdPartyCookieEnabled(accept); in CjPutAcceptThirdPartyCookieEnabled()
80 bool accept = true; in CjIsThirdPartyCookieAllowed() local
83 accept = cookieManager->IsThirdPartyCookieAllowed(); in CjIsThirdPartyCookieAllowed()
85 return accept; in CjIsThirdPartyCookieAllowed()
[all...]
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_cookie_manager.h31 static void CjPutAcceptCookieEnabled(bool accept);
33 static void CjPutAcceptThirdPartyCookieEnabled(bool accept);
/base/telephony/core_service/services/sim/src/
H A Dstk_manager.cpp74 int32_t StkManager::SendCallSetupRequestResult(int32_t slotId, bool accept) const in SendCallSetupRequestResult()
80 int32_t result = stkController_->SendCallSetupRequestResult(accept); in SendCallSetupRequestResult()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_cookie_manager_impl.cpp133 void ArkWebCookieManagerImpl::PutAcceptCookieEnabled(bool accept) in PutAcceptCookieEnabled() argument
135 nweb_cookie_manager_->PutAcceptCookieEnabled(accept); in PutAcceptCookieEnabled()
148 void ArkWebCookieManagerImpl::PutAcceptThirdPartyCookieEnabled(bool accept) in PutAcceptThirdPartyCookieEnabled() argument
150 nweb_cookie_manager_->PutAcceptThirdPartyCookieEnabled(accept); in PutAcceptThirdPartyCookieEnabled()
H A Dark_web_cookie_manager_impl.h139 * @brief Get whether the instance can send and accept cookies.
141 * @return true if the instance send and accept cookies.
146 * @brief Sets whether the instance should send and accept cookies. By default
149 * @param accept whether the instance should send and accept cookies.
151 void PutAcceptCookieEnabled(bool accept) override;
161 * @brief Get whether instances can send and accept cookies for file scheme
164 * @return true if instances send and accept cookies for file scheme URLs.
173 * @param accept whether the instance allows the setting of third-party
176 void PutAcceptThirdPartyCookieEnabled(bool accept) overrid
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_cookie_manager.h147 * @brief Get whether the instance can send and accept cookies.
149 * @return true if the instance send and accept cookies.
155 * @brief Sets whether the instance should send and accept cookies. By default
158 * @param accept whether the instance should send and accept cookies.
161 virtual void PutAcceptCookieEnabled(bool accept) = 0;
172 * @brief Get whether instances can send and accept cookies for file scheme
175 * @return true if instances send and accept cookies for file scheme URLs.
185 * @param accept whether the instance allows the setting of third-party
189 virtual void PutAcceptThirdPartyCookieEnabled(bool accept)
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_cookie_manager_wrapper.cpp156 void ArkWebCookieManagerWrapper::PutAcceptCookieEnabled(bool accept) in PutAcceptCookieEnabled() argument
158 ark_web_cookie_manager_->PutAcceptCookieEnabled(accept); in PutAcceptCookieEnabled()
171 void ArkWebCookieManagerWrapper::PutAcceptThirdPartyCookieEnabled(bool accept) in PutAcceptThirdPartyCookieEnabled() argument
173 ark_web_cookie_manager_->PutAcceptThirdPartyCookieEnabled(accept); in PutAcceptThirdPartyCookieEnabled()
H A Dark_web_cookie_manager_wrapper.h138 * @brief Get whether the instance can send and accept cookies.
140 * @return true if the instance send and accept cookies.
145 * @brief Sets whether the instance should send and accept cookies. By default
148 * @param accept whether the instance should send and accept cookies.
150 void PutAcceptCookieEnabled(bool accept) override;
160 * @brief Get whether instances can send and accept cookies for file scheme
163 * @return true if instances send and accept cookies for file scheme URLs.
172 * @param accept whether the instance allows the setting of third-party
175 void PutAcceptThirdPartyCookieEnabled(bool accept) overrid
[all...]
/base/telephony/core_service/services/sim/include/
H A Dstk_manager.h32 int32_t SendCallSetupRequestResult(int32_t slotId, bool accept) const;
H A Dstk_controller.h60 int32_t SendCallSetupRequestResult(bool accept);
/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_info.cpp47 if (json::accept(printerInfo.GetOption())) { in setPrintTypeInfo()
55 if (json::accept(printJob.GetOption())) { in setPrintTypeInfo()
H A Dvendor_ipp_everywhere.cpp174 if (!json::accept(capOption)) { in ConvertCapabilityToInfo()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_cookie_manager.h34 * @brief Get whether the instance can send and accept cookies.
36 * @return true if the instance send and accept cookies.
41 * @brief Sets whether the instance should send and accept cookies.
44 * @param accept whether the instance should send and accept cookies.
46 virtual void PutAcceptCookieEnabled(bool accept) = 0;
59 * @param accept whether the instance allows the setting of third-party cookies.
61 virtual void PutAcceptThirdPartyCookieEnabled(bool accept) = 0;
64 * @brief Get whether instances can send and accept cookies for file scheme URLs.
66 * @return true if instances send and accept cookie
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket_server.cpp99 return TEMP_FAILURE_RETRY(accept(socketHandler, (struct sockaddr*)&serverAddr, &addressSize)); in Accept()
/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_dialog_connect_stb.cpp48 if (commandStr_.empty() || !nlohmann::json::accept(commandStr_)) { in OnAbilityConnectDone()
/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp104 int32_t accept = static_cast<int32_t>(*data % ACCEPT_TYPE); in SendCallSetupRequestResult() local
107 dataMessageParcel.WriteInt32(accept); in SendCallSetupRequestResult()
/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.cpp417 bool accept = true; in JsIsCookieAllowed() local
422 accept = cookieManager->IsAcceptCookieAllowed(); in JsIsCookieAllowed()
424 NAPI_CALL(env, napi_get_boolean(env, accept, &result)); in JsIsCookieAllowed()
441 bool accept; in JsPutAcceptCookieEnabled() local
442 if (!GetBooleanPara(env, argv[INTEGER_ZERO], accept)) { in JsPutAcceptCookieEnabled()
444 NWebError::FormatString(ParamCheckErrorMsgTemplate::TYPE_ERROR, "accept", "booleane")); in JsPutAcceptCookieEnabled()
453 cookieManager->PutAcceptCookieEnabled(accept); in JsPutAcceptCookieEnabled()
462 bool accept = true; in JsIsThirdPartyCookieAllowed() local
467 accept = cookieManager->IsThirdPartyCookieAllowed(); in JsIsThirdPartyCookieAllowed()
469 NAPI_CALL(env, napi_get_boolean(env, accept, in JsIsThirdPartyCookieAllowed()
486 bool accept; JsPutAcceptThirdPartyCookieEnabled() local
[all...]
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h378 void (*SimStkSendCallSetupRequestResult)(const ReqDataInfo *requestInfo, int32_t accept);
/base/startup/init/services/loopevent/socket/
H A Dle_socket.c172 int fd = accept(serverFd, (struct sockaddr *)&clientAddr, &addrlen); in AcceptPipeSocket_()
173 LE_CHECK(fd >= 0, return fd, "Failed to accept socket"); in AcceptPipeSocket_()
183 int fd = accept(serverFd, (struct sockaddr *)&clientAddr, &addrlen); in AcceptTcpSocket_()
184 LE_CHECK(fd >= 0, return fd, "Failed to accept socket"); in AcceptTcpSocket_()
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp87 if (!nlohmann::json::accept(arrayJson)) { in ParseJsonFieldAsArrayOpt()
88 PRINT_HILOGW("accept fail"); in ParseJsonFieldAsArrayOpt()
364 if (json::accept(resolutionString)) { in ParsePrinterOpt()
435 if (!json::accept(infoOption)) { in ParseInfoOption()
471 if (!json::accept(printerPreference)) { in ParsePrinterPreference()
527 if (cap.HasOption() && json::accept(cap.GetOption())) { in ConvertToNativePrinterInfo()
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_manager.cpp98 if (storeMessage.empty() || !nlohmann::json::accept(storeMessage)) { in OnRestore()
/base/telephony/ril_adapter/services/vendor/include/
H A Dat_sim.h102 void ReqSimStkSendCallSetupRequestResult(const ReqDataInfo *requestInfo, int32_t accept);
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp63 EXPECT_TRUE(json::accept(jsonString)); in TestAttrCount()
403 EXPECT_TRUE(json::accept(defaultResolutionString)); in HWTEST_F()
433 EXPECT_TRUE(json::accept(defaultResolutionString)); in HWTEST_F()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test_util.cpp521 bool accept = true; in SendCallSetupRequestResultTestFunc() local
522 int32_t result = CoreServiceClient::GetInstance().SendCallSetupRequestResult(slotId, accept); in SendCallSetupRequestResultTestFunc()
530 bool accept = true; in SendCallSetupRequestResultTestFunc1() local
531 int32_t result = CoreServiceClient::GetInstance().SendCallSetupRequestResult(slotId, accept); in SendCallSetupRequestResultTestFunc1()
/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_daemon.c160 int s2 = accept(s, (struct sockaddr *)&remote, (socklen_t *)&t); in ProcessAccept()
162 tloge("accept() to server socket failed, errno=%d", errno); in ProcessAccept()

Completed in 15 milliseconds

123