Home
last modified time | relevance | path

Searched refs:POST (Results 1 - 8 of 8) sorted by relevance

/base/update/updateservice/services/core/ability/net/include/
H A Dnetwork_response.h30 POST = 0, member in OHOS::UpdateEngine::RequestMethod
/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_common.h47 static constexpr const char *POST = "POST"; member
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscribe_info.h27 POST, // the event dispatch thread. enumerator
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Drbtree.h34 IN, PRE, POST enumerator
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
H A DactsCESSubscribeInfoTest.cpp396 * @tc.name: SetThreadMode and GetThreadMode of ThreadMode::POST
397 * @tc.desc: Verify the function of CommonEventSubscribeInfo: SetThreadMode and GetThreadMode of ThreadMode::POST
407 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::POST); in HWTEST_F()
408 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::POST) { in HWTEST_F()
/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp139 return (method == POST || method == PUT); in CheckMethod()
247 out = (str == "method" ? "POST" : ""); in SetOptionalParam()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_ordered_event_unit_test.cpp620 * @tc.desc: 1.Set thread mode POST
641 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::POST); in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp2385 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::POST); in HWTEST_F()

Completed in 10 milliseconds