/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_cookie_manager.cpp | 52 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 D | web_cookie_manager.h | 31 static void CjPutAcceptCookieEnabled(bool accept); 33 static void CjPutAcceptThirdPartyCookieEnabled(bool accept);
|
/base/telephony/core_service/services/sim/src/ |
H A D | stk_manager.cpp | 74 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 D | ark_web_cookie_manager_impl.cpp | 133 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 D | ark_web_cookie_manager_impl.h | 139 * @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 D | ark_web_cookie_manager.h | 147 * @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 D | ark_web_cookie_manager_wrapper.cpp | 156 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 D | ark_web_cookie_manager_wrapper.h | 138 * @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 D | stk_manager.h | 32 int32_t SendCallSetupRequestResult(int32_t slotId, bool accept) const;
|
H A D | stk_controller.h | 60 int32_t SendCallSetupRequestResult(bool accept);
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_security_guard_info.cpp | 47 if (json::accept(printerInfo.GetOption())) { in setPrintTypeInfo() 55 if (json::accept(printJob.GetOption())) { in setPrintTypeInfo()
|
H A D | vendor_ipp_everywhere.cpp | 174 if (!json::accept(capOption)) { in ConvertCapabilityToInfo()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_cookie_manager.h | 34 * @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 D | socket_server.cpp | 99 return TEMP_FAILURE_RETRY(accept(socketHandler, (struct sockaddr*)&serverAddr, &addressSize)); in Accept()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | system_dialog_connect_stb.cpp | 48 if (commandStr_.empty() || !nlohmann::json::accept(commandStr_)) { in OnAbilityConnectDone()
|
/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
H A D | updateiccdiallingnumbers_fuzzer.cpp | 104 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 D | napi_web_cookie_manager.cpp | 417 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 D | hril_vendor_sim_defs.h | 378 void (*SimStkSendCallSetupRequestResult)(const ReqDataInfo *requestInfo, int32_t accept);
|
/base/startup/init/services/loopevent/socket/ |
H A D | le_socket.c | 172 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 D | print_helper.cpp | 87 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 D | notification_clone_manager.cpp | 98 if (storeMessage.empty() || !nlohmann::json::accept(storeMessage)) { in OnRestore()
|
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_sim.h | 102 void ReqSimStkSendCallSetupRequestResult(const ReqDataInfo *requestInfo, int32_t accept);
|
/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_cups_attribute_test.cpp | 63 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 D | sim_test_util.cpp | 521 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 D | tee_ca_daemon.c | 160 int s2 = accept(s, (struct sockaddr *)&remote, (socklen_t *)&t);
in ProcessAccept() 162 tloge("accept() to server socket failed, errno=%d", errno);
in ProcessAccept()
|