/ohos5.0/base/request/request/frameworks/native/src/ |
H A D | request.cpp | 31 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 D | mdns_protocol_test.cpp | 47 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 D | request_test.cpp | 98 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 D | request_manager_test.cpp | 300 SubscribeType type = SubscribeType::RESPONSE; 323 SubscribeType type = SubscribeType::RESPONSE;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | local_live_view_subscribe.cpp | 25 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 D | isync_target.h | 26 RESPONSE enumerator
|
H A D | sync_task_context.cpp | 88 } else if (target->GetTaskType() == ISyncTarget::RESPONSE) { in AddSyncTarget()
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | js_response_listener.h | 28 …tener(napi_env env, const std::string &taskId) : ListenerList(env, taskId, SubscribeType::RESPONSE) in JSResponseListener()
|
H A D | js_common.h | 94 RESPONSE, enumerator
|
/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_event.cpp | 48 { EVENT_RESPONSE, SubscribeType::RESPONSE },
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | request_event.cpp | 52 { EVENT_RESPONSE, SubscribeType::RESPONSE }, 145 if (jsParam.subscribeType == SubscribeType::RESPONSE) { in On() 189 if (jsParam.subscribeType == SubscribeType::RESPONSE) { in Off()
|
H A D | js_notify_data_listener.cpp | 161 case SubscribeType::RESPONSE: in SubscribeTypeToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_modifier.h | 34 constexpr float RESPONSE = 0.416f; //SPRING_MOTION_RESPONSE variable
|
H A D | gauge_modifier.cpp | 82 AceType::MakeRefPtr<ResponsiveSpringMotion>(RESPONSE, DAMPING_FRACTION); in UpdateValue()
|
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/ |
H A D | downloaduploadmanager_fuzzer.cpp | 224 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 D | distributeddb_mock_sync_module_test.cpp | 1765 target->SetTaskType(ISyncTarget::RESPONSE); 1821 target->SetTaskType(ISyncTarget::RESPONSE);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_state_machine.cpp | 1012 targetTmp->SetTaskType(ISyncTarget::RESPONSE); in AddPullResponseTarget()
|