Searched refs:IR_WRAPPER_PATH (Results 1 – 2 of 2) sorted by relevance
30 const std::string IR_WRAPPER_PATH { "libconsumer_ir_service_1.0.z.so" }; variable58 soIrHandle_ = dlopen(IR_WRAPPER_PATH.c_str(), RTLD_NOW); in InitInfraredEmitter()60 MMI_HILOGE("Loaded %{public}s failed:%{public}s", IR_WRAPPER_PATH.c_str(), dlerror()); in InitInfraredEmitter()
29 const std::string IR_WRAPPER_PATH = "libconsumer_ir_service_1.0.z.so"; variable67 controller.soIrHandle_ = dlopen(IR_WRAPPER_PATH.c_str(), RTLD_NOW);