Home
last modified time | relevance | path

Searched refs:RESPONSE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/request/request/frameworks/native/src/
H A Drequest.cpp31 if (type == SubscribeType::RESPONSE) { in AddListener()
39 if (type == SubscribeType::RESPONSE) { in RemoveListener()
62 if (type != SubscribeType::RESPONSE && type < SubscribeType::BUTT) { in AddListener()
75 if (type != SubscribeType::RESPONSE && type < SubscribeType::BUTT) { in RemoveListener()
/ohos5.0/foundation/communication/netmanager_ext/test/mdnsmanager/unittest/mdns_protocol_test/
H A Dmdns_protocol_test.cpp47 static constexpr uint8_t RESPONSE[] = variable
102 MDnsPayload payload(std::begin(RESPONSE), std::end(RESPONSE) - 1);
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_test.cpp98 SubscribeType type = SubscribeType::RESPONSE;
143 notifyData->type = SubscribeType::RESPONSE;
211 request.RemoveListener(SubscribeType::RESPONSE, listenerPtr);
227 SubscribeType type = SubscribeType::RESPONSE;
251 request.AddListener(SubscribeType::RESPONSE, listenerPtr);
H A Drequest_manager_test.cpp300 SubscribeType type = SubscribeType::RESPONSE;
323 SubscribeType type = SubscribeType::RESPONSE;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dlocal_live_view_subscribe.cpp25 const std::string RESPONSE = "onResponse"; variable
165 if (type == RESPONSE) { in SetCallbackInfo()
218 subscriberInfo.subscriber->SetCallbackInfo(env, RESPONSE, result); in GetNotificationSubscriber()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_target.h26 RESPONSE enumerator
H A Dsync_task_context.cpp88 } else if (target->GetTaskType() == ISyncTarget::RESPONSE) { in AddSyncTarget()
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_response_listener.h28 …tener(napi_env env, const std::string &taskId) : ListenerList(env, taskId, SubscribeType::RESPONSE) in JSResponseListener()
H A Djs_common.h94 RESPONSE, enumerator
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp48 { EVENT_RESPONSE, SubscribeType::RESPONSE },
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp52 { EVENT_RESPONSE, SubscribeType::RESPONSE },
145 if (jsParam.subscribeType == SubscribeType::RESPONSE) { in On()
189 if (jsParam.subscribeType == SubscribeType::RESPONSE) { in Off()
H A Djs_notify_data_listener.cpp161 case SubscribeType::RESPONSE: in SubscribeTypeToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.h34 constexpr float RESPONSE = 0.416f; //SPRING_MOTION_RESPONSE variable
H A Dgauge_modifier.cpp82 AceType::MakeRefPtr<ResponsiveSpringMotion>(RESPONSE, DAMPING_FRACTION); in UpdateValue()
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp224 SubscribeType type = SubscribeType::RESPONSE; in AddAndRemoveListenerRequestFuzzTest()
238 SubscribeType type = SubscribeType::RESPONSE; in RemoveAllListenersRequestFuzzTest()
278 SubscribeType type = SubscribeType::RESPONSE; in RequestFuzzTestHasListener()
321 SubscribeType type = SubscribeType::RESPONSE; in RequestFuzzTestOnResponseReceive()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp1765 target->SetTaskType(ISyncTarget::RESPONSE);
1821 target->SetTaskType(ISyncTarget::RESPONSE);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp1012 targetTmp->SetTaskType(ISyncTarget::RESPONSE); in AddPullResponseTarget()