Home
last modified time | relevance | path

Searched refs:pInstance (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_sta_monitor.h32 virtual void OnWpaStateChangedCallBack(int status, void *pInstance) = 0;
33 virtual void OnWpaSsidWrongKeyCallBack(void *pInstance) = 0;
34 virtual void OnWpsPbcOverlapCallBack(int status, void *pInstance) = 0;
35 virtual void OnWpsTimeOutCallBack(int status, void *pInstance) = 0;
45 MOCK_METHOD2(OnWpaStateChangedCallBack, void(int status, void *pInstance));
46 MOCK_METHOD2(OnWpaSsidWrongKeyCallBack, void(void *pInstance));
47 MOCK_METHOD2(OnWpsPbcOverlapCallBack, void(int status, void *pInstance));
48 MOCK_METHOD2(OnWpsTimeOutCallBack, void(int status, void *pInstance));
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.h126 static void DealStaCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
127 static void DealScanCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
128 static void DealHotspotCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
129 static void DealP2pCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
H A Dwifi_internal_event_dispatcher_lite.h92 static void DealStaCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
93 static void DealScanCallbackMsg(WifiInternalEventDispatcher &pInstance, const WifiEventCallbackMsg &msg);
/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dhandler.cpp91 void *Handler::RunHandleThreadFunc(void *pInstance) in RunHandleThreadFunc() argument
93 if (pInstance == nullptr) { in RunHandleThreadFunc()
94 LOGE("pInstance is null.\n"); in RunHandleThreadFunc()
99 Handler *pHandler = (Handler *)pInstance; in RunHandleThreadFunc()
/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dhandler.h109 * @param pInstance - Handler Instance pointer.[in]
111 static void *RunHandleThreadFunc(void *pInstance);
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1548 const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) in CreateInstance()
1566 VkResult result = fpCreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
1574 LayerData* instanceLayerData = GetLayerDataPtr(GetDispatchKey(*pInstance)); in CreateInstance()
1575 instanceLayerData->instance = *pInstance; in CreateInstance()
1577 layer_init_instance_dispatch_table(*pInstance, instanceLayerData->instanceDispatchTable.get(), in CreateInstance()
1547 CreateInstance( const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) CreateInstance() argument

Completed in 5 milliseconds