Home
last modified time | relevance | path

Searched refs:StringToSubscribeType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_event.h36 static SubscribeType StringToSubscribeType(const std::string &type);
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp51 SubscribeType CJRequestEvent::StringToSubscribeType(const std::string &type) in StringToSubscribeType() function in OHOS::CJSystemapi::Request::CJRequestEvent
H A Dcj_request_task.cpp330 SubscribeType subscribeType = CJRequestEvent::StringToSubscribeType(type); in On()
360 SubscribeType subscribeType = CJRequestEvent::StringToSubscribeType(event); in Off()
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Drequest_event.h91 static SubscribeType StringToSubscribeType(const std::string &type, Version version);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp220 SubscribeType RequestEvent::StringToSubscribeType(const std::string &type, Version version) in StringToSubscribeType() function in OHOS::Request::RequestEvent
277 jsParam.subscribeType = StringToSubscribeType(jsParam.type, jsParam.task->config_.version); in ParseOnOffParameters()