Home
last modified time | relevance | path

Searched defs:notifyType (Results 1 – 4 of 4) sorted by relevance

/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dcamera_hdi_test_v1_2.cpp916 int32_t notifyType = 1; variable
930 int32_t notifyType = 2; variable
944 int32_t notifyType = 2; variable
958 int32_t notifyType = 2; variable
972 int32_t notifyType = 2; variable
986 int32_t notifyType = 2; variable
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
Dcamera_benchmark_test.cpp53 int notifyType = 1; in BENCHMARK_F() local
/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_agent.cpp403 int DistributedAgent::OnNotify(const std::string &notifyType, const std::string &msg, int msgLen) in OnNotify()
Ddistributed_major.cpp493 bool DistributeTest::Notify(AGENT_NO devNo, const std::string &notifyType, const std::string &msg, … in Notify()