Searched refs:Post (Results 1 - 5 of 5) sorted by relevance
/base/security/access_token/services/test/mock/aafwk/ |
H A D | mock_app_mgr_service.h | 116 void Post() in Post() function in OHOS::AppExecFwk::MockAppMgrService 118 sem_.Post(); in Post()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | async_call.h | 121 napi_value Post(napi_env env, Context::ExecAction exec, std::shared_ptr<TaskQueue> queue, const char *func);
|
H A D | async_call.cpp | 92 napi_value AsyncCall::Post(napi_env env, Context::ExecAction exec, std::shared_ptr<TaskQueue> queue, const char *func) in Post() function in OHOS::MiscServices::AsyncCall
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_server_manager.cpp | 70 svr->Post("^/.*", [process](const httplib::Request &req, httplib::Response &res, in StartServer()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_text_input_client_engine.cpp | 29 #define ASYNC_POST(env, ctx) asyncCall.Post((env), (ctx), taskQueue_, __FUNCTION__)
|
Completed in 4 milliseconds