/foundation/distributedschedule/samgr_lite/interfaces/kits/samgr/ |
D | feature.h | 123 BOOL (*OnMessage)(Feature *feature, Request *request); member 138 BOOL (*OnMessage)(Feature *feature, Request *request) 146 BOOL (*OnMessage)(Feature *feature, Request *request); \
|
/foundation/distributedschedule/dmsfwk_lite/source/ |
D | dmslite_feature.c | 31 static BOOL OnMessage(Feature *feature, Request *request); 38 .OnMessage = OnMessage, 73 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage() function
|
/foundation/distributedschedule/samgr_lite/communication/broadcast/source/ |
D | pub_sub_feature.c | 24 static BOOL OnMessage(Feature *feature, Request *request); 31 .OnMessage = OnMessage, 68 static BOOL OnMessage(Feature *feature, Request *request) in OnMessage() function
|
/foundation/ace/ace_engine/frameworks/core/common/debugger/ |
D | connect_inspector.cpp | 33 void OnMessage(const std::string& message) in OnMessage() function 66 std::bind(&OnMessage, std::placeholders::_1)); in StartServer()
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/adapter/include/communicator/ |
D | app_data_change_listener.h | 28 KVSTORE_API virtual void OnMessage(const DeviceInfo &info, const uint8_t *ptr, const int size,
|
D | process_communicator_impl.h | 61 void OnMessage(const DeviceInfo &info, const uint8_t *ptr, const int size,
|
/foundation/distributeddatamgr/objectstore/frameworks/innerkitsimpl/include/communicator/ |
D | app_data_change_listener.h | 28 KVSTORE_API virtual void OnMessage(
|
D | process_communicator_impl.h | 52 …void OnMessage(const DeviceInfo &info, const uint8_t *ptr, const int size, const PipeInfo &pipeInf…
|
/foundation/graphic/standard/frameworks/wmtest/frameworks/ |
D | inative_test.cpp | 186 ipc->OnMessage(GetProcessSequence(), "quit", nullptr); in IPCServerStop() 261 it->second->OnMessage(pidToSeq[GetCallingPid()], message, robj); in SendMessage() 264 ipc->OnMessage(pidToSeq[GetCallingPid()], message, robj); in SendMessage() 278 GSError INativeTest::OnMessage(int32_t sequence, const std::string &message, const sptr<IRemoteObje… in OnMessage() function in OHOS::INativeTest
|
D | inative_test_ipc.h | 27 …virtual GSError OnMessage(int32_t sequence, const std::string &message, const sptr<IRemoteObject> …
|
D | native_test_ipc_proxy.h | 31 …virtual GSError OnMessage(int32_t sequence, const std::string &message, const sptr<IRemoteObject> …
|
D | native_test_ipc_stub.cpp | 68 reply.WriteInt32(OnMessage(sequence, message, remoteObject)); in OnRemoteRequest()
|
D | native_test_ipc_proxy.cpp | 77 GSError NativeTestIpcProxy::OnMessage(int32_t sequence, const std::string &message, const sptr<IRem… in OnMessage() function in OHOS::NativeTestIpcProxy
|
D | inative_test.h | 94 …virtual GSError OnMessage(int32_t sequence, const std::string &message, const sptr<IRemoteObject> …
|
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/v8/debugger/ |
D | inspector.cpp | 97 void Inspector::OnMessage(const std::string& message) in OnMessage() function in V8Debugger::Inspector 125 …websocketServer = std::make_unique<WsServer>(std::bind(&Inspector::OnMessage, this, std::placehold… in InitializeInspector()
|
D | inspector.h | 67 void OnMessage(const std::string& message);
|
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/jsi/debugger/ |
D | inspector.h | 52 void OnMessage(std::string&& msg);
|
D | inspector.cpp | 136 std::bind(&Inspector::OnMessage, newInspector, std::placeholders::_1), instanceId); in InitializeInspector() 201 void Inspector::OnMessage(std::string&& msg) in OnMessage() function in OHOS::Ace::Framework::Inspector
|
/foundation/distributedschedule/samgr_lite/samgr/source/ |
D | feature_impl.h | 38 feature->OnMessage == NULL || feature->OnStop == NULL); in IsInvalidFeature()
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/adapter/communicator/test/unittest/ |
D | communication_provider_impl_test.cpp | 36 … void OnMessage(const OHOS::AppDistributedKv::DeviceInfo &info, const uint8_t *ptr, const int size, 39 void AppDataChangeListenerImpl::OnMessage(const OHOS::AppDistributedKv::DeviceInfo &info, in OnMessage() function in AppDataChangeListenerImpl
|
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
D | js_web.h | 41 static void OnMessage(const JSCallbackInfo& args);
|
/foundation/communication/netstack/test/napi/websocket/ |
D | test_napi_exec.cpp | 67 napi_value OnMessage(napi_env env, napi_callback_info info) in OnMessage() function 133 NapiUtils::CreateFunction(env, "OnMessage", OnMessage, nullptr),
|
/foundation/aafwk/aafwk_lite/services/abilitymgr_lite/src/ |
D | ability_mgr_slite_feature.cpp | 63 this->Feature::OnMessage = AbilityMgrSliteFeature::OnFeatureMessage; in AbilityMgrSliteFeature()
|
/foundation/ace/ace_engine/frameworks/core/components/web/resource/ |
D | web_client_impl.cpp | 191 void WebClientImpl::OnMessage(const std::string& param) in OnMessage() function in OHOS::Ace::WebClientImpl 198 delegate->OnMessage(param); in OnMessage()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/include/ |
D | websocket_exec.h | 85 static void OnMessage(EventManager *manager, void *data, size_t length, bool isBinary);
|