Home
last modified time | relevance | path

Searched refs:REQUEST_NOTIFY_RUNCOUNT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Druncount_notify_stub_test.cpp106 uint32_t code = static_cast<uint32_t>(RequestNotifyInterfaceCode::REQUEST_NOTIFY_RUNCOUNT);
122 code = static_cast<uint32_t>(RequestNotifyInterfaceCode::REQUEST_NOTIFY_RUNCOUNT);
/ohos5.0/base/request/request/frameworks/native/include/
H A Ddownload_server_ipc_interface_code.h46 REQUEST_NOTIFY_RUNCOUNT, enumerator
/ohos5.0/base/request/request/frameworks/native/src/
H A Druncount_notify_stub.cpp53 if (code == static_cast<uint32_t>(RequestNotifyInterfaceCode::REQUEST_NOTIFY_RUNCOUNT)) { in OnRemoteRequest()