Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 23 of 23) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
Dweb_cookie_manager.cpp50 void WebCookieManager::CjPutAcceptCookieEnabled(bool accept) in CjPutAcceptCookieEnabled()
60 bool accept = true; in CjIsCookieAllowed() local
68 void WebCookieManager::CjPutAcceptThirdPartyCookieEnabled(bool accept) in CjPutAcceptThirdPartyCookieEnabled()
78 bool accept = true; in CjIsThirdPartyCookieAllowed() local
Dwebview_ffi.cpp311 void FfiOHOSCookieMgrPutAcceptCookieEnabled(bool accept) in FfiOHOSCookieMgrPutAcceptCookieEnabled()
321 void FfiOHOSCookieMgrPutAcceptThirdPartyCookieEnabled(bool accept) in FfiOHOSCookieMgrPutAcceptThirdPartyCookieEnabled()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_cookie_manager_impl.cpp133 void ArkWebCookieManagerImpl::PutAcceptCookieEnabled(bool accept) in PutAcceptCookieEnabled()
148 void ArkWebCookieManagerImpl::PutAcceptThirdPartyCookieEnabled(bool accept) in PutAcceptThirdPartyCookieEnabled()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_cookie_manager_wrapper.cpp156 void ArkWebCookieManagerWrapper::PutAcceptCookieEnabled(bool accept) in PutAcceptCookieEnabled()
171 void ArkWebCookieManagerWrapper::PutAcceptThirdPartyCookieEnabled(bool accept) in PutAcceptThirdPartyCookieEnabled()
/base/web/webview/interfaces/kits/napi/webcookiemanager/
Dnapi_web_cookie_manager.cpp417 bool accept = true; in JsIsCookieAllowed() local
441 bool accept; in JsPutAcceptCookieEnabled() local
462 bool accept = true; in JsIsThirdPartyCookieAllowed() local
486 bool accept; in JsPutAcceptThirdPartyCookieEnabled() local
/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
Dupdateiccdiallingnumbers_fuzzer.cpp104 int32_t accept = static_cast<int32_t>(*data % ACCEPT_TYPE); in SendCallSetupRequestResult() local
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
Dsendsmsmoremode_fuzzer.cpp223 int32_t accept = static_cast<int32_t>(*data % BOOL_NUM); in GetSimStatus() local
/base/telephony/core_service/services/sim/src/
Dstk_controller.cpp555 int32_t StkController::SendCallSetupRequestResult(bool accept) in SendCallSetupRequestResult()
Dsim_manager.cpp697 int32_t SimManager::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test_util.cpp521 bool accept = true; in SendCallSetupRequestResultTestFunc() local
530 bool accept = true; in SendCallSetupRequestResultTestFunc1() local
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp404 int32_t TelRilSim::SimStkSendCallSetupRequestResult(bool accept, const AppExecFwk::InnerEvent::Poin… in SimStkSendCallSetupRequestResult()
Dtel_ril_manager.cpp886 int32_t slotId, bool accept, const AppExecFwk::InnerEvent::Pointer &response) in SendCallSetupRequestResult()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp1361 int32_t CoreService::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult()
Dcore_service_stub.cpp1688 bool accept = data.ReadInt32(); in OnSendCallSetupRequestResult() local
/base/telephony/ril_adapter/services/vendor/src/
Dat_sim.c1004 void ReqSimStkSendCallSetupRequestResult(const ReqDataInfo *requestInfo, int32_t accept) in ReqSimStkSendCallSetupRequestResult()
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp906 int32_t CoreServiceClient::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult()
Dcore_manager_inner.cpp2336 int32_t CoreManagerInner::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult()
Dcore_service_proxy.cpp2592 int32_t CoreServiceProxy::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult()
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp275 int32_t HRilSim::SimStkSendCallSetupRequestResult(int32_t serialId, int32_t accept) in SimStkSendCallSetupRequestResult()
Dhril_manager.cpp770 …2_t HRilManager::SimStkSendCallSetupRequestResult(int32_t slotId, int32_t serialId, int32_t accept) in SimStkSendCallSetupRequestResult()
/base/telephony/core_service/services/sim/test/
Dtest.cpp1391 int32_t accept = 0; in TestSendCallSetupRequestResult() local
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp1378 int32_t accept; in SendCallSetupRequestResultTest() local
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp743 int32_t accept; in OnRequestSendCallSetupRequestResultTest() local