Home
last modified time | relevance | path

Searched defs:callbackSet (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/
Dfms_form_host_client_test.cpp285 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
308 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
331 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
354 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
376 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
412 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
436 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
458 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
480 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
505 std::set<std::shared_ptr<FormCallbackInterface>> callbackSet; variable
[all …]
/foundation/ability/form_fwk/interfaces/kits/native/src/
Dform_host_client.cpp271 std::set<std::shared_ptr<FormStateCallbackInterface>> &callbackSet = iter->second; in OnAcquireState() local
358 … const std::set<std::shared_ptr<FormCallbackInterface>> &callbackSet = callbackMapIter->second; in OnError() local