Searched refs:lock_path (Results 1 – 5 of 5) sorted by relevance
90 std::function<void(const char* lock_path, const char* unlock_path)> body{92 void operator()(const char* lock_path, const char* unlock_path) { in operator()93 body(lock_path, unlock_path); in operator()
67 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument69 test::mock::osi_wakelock::wakelock_set_paths(lock_path, unlock_path); in wakelock_set_paths()
213 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument214 if (lock_path) wake_lock_path = lock_path; in wakelock_set_paths()
50 void wakelock_set_paths(const char* lock_path, const char* unlock_path);
585 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument